text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// 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. #ifndef FLUTTER_FML_MESSAGE_LOOP_IMPL_H_ #define FLUTTER_FML_MESSAGE_LOOP_IMPL_H_ #include <atomic> #include <deque> #include <map> #include <mutex> #incl...
engine/fml/message_loop_impl.h/0
{ "file_path": "engine/fml/message_loop_impl.h", "repo_id": "engine", "token_count": 678 }
222
// 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. #ifndef FLUTTER_FML_PLATFORM_ANDROID_JNI_WEAK_REF_H_ #define FLUTTER_FML_PLATFORM_ANDROID_JNI_WEAK_REF_H_ #include <jni.h> #include "flutter/fml/platform...
engine/fml/platform/android/jni_weak_ref.h/0
{ "file_path": "engine/fml/platform/android/jni_weak_ref.h", "repo_id": "engine", "token_count": 458 }
223
// 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. #ifndef FLUTTER_FML_PLATFORM_DARWIN_SCOPED_BLOCK_H_ #define FLUTTER_FML_PLATFORM_DARWIN_SCOPED_BLOCK_H_ #include <Block.h> #include "flutter/fml/compiler...
engine/fml/platform/darwin/scoped_block.h/0
{ "file_path": "engine/fml/platform/darwin/scoped_block.h", "repo_id": "engine", "token_count": 492 }
224
// 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. #include "flutter/fml/message_loop.h" #include "flutter/fml/platform/darwin/scoped_nsobject.h" #include "flutter/fml/platform/darwin/weak_nsobject.h" #incl...
engine/fml/platform/darwin/weak_nsobject_unittests.mm/0
{ "file_path": "engine/fml/platform/darwin/weak_nsobject_unittests.mm", "repo_id": "engine", "token_count": 1104 }
225
// 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. #ifndef FLUTTER_FML_PLATFORM_WIN_MESSAGE_LOOP_WIN_H_ #define FLUTTER_FML_PLATFORM_WIN_MESSAGE_LOOP_WIN_H_ #include <windows.h> #include <atomic> #includ...
engine/fml/platform/win/message_loop_win.h/0
{ "file_path": "engine/fml/platform/win/message_loop_win.h", "repo_id": "engine", "token_count": 440 }
226
// 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. #ifndef FLUTTER_FML_STATUS_H_ #define FLUTTER_FML_STATUS_H_ #include <string_view> namespace fml { enum class StatusCode { kOk, kCancelled, kUnkno...
engine/fml/status.h/0
{ "file_path": "engine/fml/status.h", "repo_id": "engine", "token_count": 572 }
227
// 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. #ifndef FLUTTER_FML_SYNCHRONIZATION_SYNC_SWITCH_H_ #define FLUTTER_FML_SYNCHRONIZATION_SYNC_SWITCH_H_ #include <functional> #include <memory> #include <ve...
engine/fml/synchronization/sync_switch.h/0
{ "file_path": "engine/fml/synchronization/sync_switch.h", "repo_id": "engine", "token_count": 805 }
228
// 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. #ifndef FLUTTER_FML_TIME_CHRONO_TIMESTAMP_PROVIDER_H_ #define FLUTTER_FML_TIME_CHRONO_TIMESTAMP_PROVIDER_H_ #include "flutter/fml/time/timestamp_provider....
engine/fml/time/chrono_timestamp_provider.h/0
{ "file_path": "engine/fml/time/chrono_timestamp_provider.h", "repo_id": "engine", "token_count": 372 }
229
# 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. import("//flutter/third_party/glfw/glfw_args.gni") import("tools/impeller.gni") config("impeller_public_config") { include_dirs = [ ".." ] defines = [] ...
engine/impeller/BUILD.gn/0
{ "file_path": "engine/impeller/BUILD.gn", "repo_id": "engine", "token_count": 1404 }
230
// 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. #include "flutter/benchmarking/benchmarking.h" #include "impeller/aiks/canvas.h" namespace impeller { namespace { using CanvasCallback = size_t (*)(Can...
engine/impeller/aiks/canvas_benchmarks.cc/0
{ "file_path": "engine/impeller/aiks/canvas_benchmarks.cc", "repo_id": "engine", "token_count": 687 }
231
// 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. #ifndef FLUTTER_IMPELLER_AIKS_PAINT_PASS_DELEGATE_H_ #define FLUTTER_IMPELLER_AIKS_PAINT_PASS_DELEGATE_H_ #include <optional> #include "flutter/fml/macro...
engine/impeller/aiks/paint_pass_delegate.h/0
{ "file_path": "engine/impeller/aiks/paint_pass_delegate.h", "repo_id": "engine", "token_count": 798 }
232
// 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. #include "flutter/testing/testing.h" #include "impeller/base/mask.h" #include "impeller/base/promise.h" #include "impeller/base/strings.h" #include "impell...
engine/impeller/base/base_unittests.cc/0
{ "file_path": "engine/impeller/base/base_unittests.cc", "repo_id": "engine", "token_count": 4883 }
233
// 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. #include "impeller/base/version.h" #include <sstream> namespace impeller { std::optional<Version> Version::FromVector(const std::vector<size_t>& version...
engine/impeller/base/version.cc/0
{ "file_path": "engine/impeller/base/version.cc", "repo_id": "engine", "token_count": 291 }
234
// 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. #include "impeller/compiler/includer.h" #include <cstring> #include "flutter/fml/paths.h" namespace impeller { namespace compiler { Includer::Includer(...
engine/impeller/compiler/includer.cc/0
{ "file_path": "engine/impeller/compiler/includer.cc", "repo_id": "engine", "token_count": 1307 }
235
// 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. #ifndef BLENDING_GLSL_ #define BLENDING_GLSL_ #include <impeller/branching.glsl> #include <impeller/color.glsl> #include <impeller/constants.glsl> #includ...
engine/impeller/compiler/shader_lib/impeller/blending.glsl/0
{ "file_path": "engine/impeller/compiler/shader_lib/impeller/blending.glsl", "repo_id": "engine", "token_count": 2992 }
236
// 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. #ifndef FLUTTER_IMPELLER_COMPILER_SOURCE_OPTIONS_H_ #define FLUTTER_IMPELLER_COMPILER_SOURCE_OPTIONS_H_ #include <cstdint> #include <memory> #include <str...
engine/impeller/compiler/source_options.h/0
{ "file_path": "engine/impeller/compiler/source_options.h", "repo_id": "engine", "token_count": 527 }
237
// 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. #ifndef FLUTTER_IMPELLER_CORE_ALLOCATOR_H_ #define FLUTTER_IMPELLER_CORE_ALLOCATOR_H_ #include "flutter/fml/mapping.h" #include "impeller/core/device_buff...
engine/impeller/core/allocator.h/0
{ "file_path": "engine/impeller/core/allocator.h", "repo_id": "engine", "token_count": 701 }
238
// 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. #include "display_list/dl_color.h" #include "display_list/dl_tile_mode.h" #include "flutter/testing/testing.h" #include "impeller/display_list/skia_convers...
engine/impeller/display_list/skia_conversions_unittests.cc/0
{ "file_path": "engine/impeller/display_list/skia_conversions_unittests.cc", "repo_id": "engine", "token_count": 4550 }
239
// 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. #include <optional> #include <unordered_map> #include <utility> #include "impeller/core/formats.h" #include "impeller/entity/contents/atlas_contents.h" #i...
engine/impeller/entity/contents/atlas_contents.cc/0
{ "file_path": "engine/impeller/entity/contents/atlas_contents.cc", "repo_id": "engine", "token_count": 6687 }
240
// 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. #include "impeller/entity/contents/filters/blend_filter_contents.h" #include <array> #include <memory> #include <optional> #include "impeller/base/string...
engine/impeller/entity/contents/filters/blend_filter_contents.cc/0
{ "file_path": "engine/impeller/entity/contents/filters/blend_filter_contents.cc", "repo_id": "engine", "token_count": 11943 }
241
// 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. #ifndef FLUTTER_IMPELLER_ENTITY_CONTENTS_FILTERS_INPUTS_FILTER_CONTENTS_FILTER_INPUT_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_FILTERS_INPUTS_FILTER_CONT...
engine/impeller/entity/contents/filters/inputs/filter_contents_filter_input.h/0
{ "file_path": "engine/impeller/entity/contents/filters/inputs/filter_contents_filter_input.h", "repo_id": "engine", "token_count": 811 }
242
// 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. #include "impeller/entity/contents/filters/srgb_to_linear_filter_contents.h" #include "impeller/entity/contents/anonymous_contents.h" #include "impeller/e...
engine/impeller/entity/contents/filters/srgb_to_linear_filter_contents.cc/0
{ "file_path": "engine/impeller/entity/contents/filters/srgb_to_linear_filter_contents.cc", "repo_id": "engine", "token_count": 1389 }
243
// 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. #ifndef FLUTTER_IMPELLER_ENTITY_CONTENTS_SCENE_CONTENTS_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_SCENE_CONTENTS_H_ #if !IMPELLER_ENABLE_3D static_asser...
engine/impeller/entity/contents/scene_contents.h/0
{ "file_path": "engine/impeller/entity/contents/scene_contents.h", "repo_id": "engine", "token_count": 384 }
244
// 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. #ifndef FLUTTER_IMPELLER_ENTITY_CONTENTS_TILED_TEXTURE_CONTENTS_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_TILED_TEXTURE_CONTENTS_H_ #include <functional...
engine/impeller/entity/contents/tiled_texture_contents.h/0
{ "file_path": "engine/impeller/entity/contents/tiled_texture_contents.h", "repo_id": "engine", "token_count": 991 }
245
// 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. #include <algorithm> #include <cstring> #include <memory> #include <optional> #include <utility> #include <vector> #include "flutter/display_list/testing/...
engine/impeller/entity/entity_unittests.cc/0
{ "file_path": "engine/impeller/entity/entity_unittests.cc", "repo_id": "engine", "token_count": 47277 }
246
// 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. #include "impeller/entity/geometry/rect_geometry.h" namespace impeller { RectGeometry::RectGeometry(Rect rect) : rect_(rect) {} GeometryResult RectGeome...
engine/impeller/entity/geometry/rect_geometry.cc/0
{ "file_path": "engine/impeller/entity/geometry/rect_geometry.cc", "repo_id": "engine", "token_count": 909 }
247
// 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. #include <impeller/conversions.glsl> #include <impeller/types.glsl> uniform FrameInfo { mat4 mvp; float texture_sampler_y_coord_scale; } frame_info; ...
engine/impeller/entity/shaders/blending/blend.vert/0
{ "file_path": "engine/impeller/entity/shaders/blending/blend.vert", "repo_id": "engine", "token_count": 210 }
248
// 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. // 1D (directional) gaussian blur. // // Paths for future optimization: // * Remove the uv bounds multiplier in SampleColor by adding optional // sup...
engine/impeller/entity/shaders/gaussian_blur/gaussian_blur.glsl/0
{ "file_path": "engine/impeller/entity/shaders/gaussian_blur/gaussian_blur.glsl", "repo_id": "engine", "token_count": 942 }
249
// 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. #include <impeller/conversions.glsl> #include <impeller/types.glsl> uniform FrameInfo { mat4 mvp; float depth; float texture_sampler_y_coord_scale; ...
engine/impeller/entity/shaders/texture_fill.vert/0
{ "file_path": "engine/impeller/entity/shaders/texture_fill.vert", "repo_id": "engine", "token_count": 281 }
250
// 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. uniform samplerCube cube_map; uniform sampler2D blue_noise; uniform FragInfo { vec2 texture_size; float time; } frag_info; in vec2 v_screen_position;...
engine/impeller/fixtures/impeller.frag/0
{ "file_path": "engine/impeller/fixtures/impeller.frag", "repo_id": "engine", "token_count": 6190 }
251
// 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. #include "types.h" uniform UniformBufferObject { Uniforms uniforms; } ubo; uniform sampler2D world; in vec2 inPosition; in vec3 inPosition22; in vec4 ...
engine/impeller/fixtures/sa%m#ple.vert/0
{ "file_path": "engine/impeller/fixtures/sa%m#ple.vert", "repo_id": "engine", "token_count": 221 }
252
// 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. #ifndef FLUTTER_IMPELLER_GEOMETRY_PATH_BUILDER_H_ #define FLUTTER_IMPELLER_GEOMETRY_PATH_BUILDER_H_ #include "impeller/geometry/path.h" #include "impeller...
engine/impeller/geometry/path_builder.h/0
{ "file_path": "engine/impeller/geometry/path_builder.h", "repo_id": "engine", "token_count": 2459 }
253
// 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. #include "impeller/geometry/sigma.h" #include <sstream> namespace impeller { Sigma::operator Radius() const { return Radius{sigma > 0.5f ? (sigma - 0....
engine/impeller/geometry/sigma.cc/0
{ "file_path": "engine/impeller/geometry/sigma.cc", "repo_id": "engine", "token_count": 172 }
254
// 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. #ifndef FLUTTER_IMPELLER_GOLDEN_TESTS_GOLDEN_PLAYGROUND_TEST_H_ #define FLUTTER_IMPELLER_GOLDEN_TESTS_GOLDEN_PLAYGROUND_TEST_H_ #include <memory> #includ...
engine/impeller/golden_tests/golden_playground_test.h/0
{ "file_path": "engine/impeller/golden_tests/golden_playground_test.h", "repo_id": "engine", "token_count": 958 }
255
# The Impeller Playground An extension of the testing fixtures set, provides utilities for interactive experimentation with the Impeller rendering subsystem. One the test author is satisfied with the behavior of component as verified in the playground, pixel test assertions can be added to before committing the new te...
engine/impeller/playground/README.md/0
{ "file_path": "engine/impeller/playground/README.md", "repo_id": "engine", "token_count": 121 }
256
// 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. #ifndef FLUTTER_IMPELLER_PLAYGROUND_IMAGE_COMPRESSED_IMAGE_H_ #define FLUTTER_IMPELLER_PLAYGROUND_IMAGE_COMPRESSED_IMAGE_H_ #include <memory> #include "f...
engine/impeller/playground/image/compressed_image.h/0
{ "file_path": "engine/impeller/playground/image/compressed_image.h", "repo_id": "engine", "token_count": 313 }
257
// 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. #include "impeller/playground/widgets.h" namespace impeller { Point DrawPlaygroundPoint(PlaygroundPoint& point) { if (ImGui::GetCurrentContext()) { ...
engine/impeller/playground/widgets.cc/0
{ "file_path": "engine/impeller/playground/widgets.cc", "repo_id": "engine", "token_count": 1063 }
258
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_COMMAND_BUFFER_GLES_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_COMMAND_BUFFER_GLES_H_ #include "flut...
engine/impeller/renderer/backend/gles/command_buffer_gles.h/0
{ "file_path": "engine/impeller/renderer/backend/gles/command_buffer_gles.h", "repo_id": "engine", "token_count": 553 }
259
// 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. #include "impeller/renderer/backend/gles/pipeline_library_gles.h" #include <sstream> #include <string> #include "flutter/fml/container.h" #include "flutt...
engine/impeller/renderer/backend/gles/pipeline_library_gles.cc/0
{ "file_path": "engine/impeller/renderer/backend/gles/pipeline_library_gles.cc", "repo_id": "engine", "token_count": 4046 }
260
// 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. #include "impeller/renderer/backend/gles/surface_gles.h" #include "flutter/fml/trace_event.h" #include "impeller/base/config.h" #include "impeller/rendere...
engine/impeller/renderer/backend/gles/surface_gles.cc/0
{ "file_path": "engine/impeller/renderer/backend/gles/surface_gles.cc", "repo_id": "engine", "token_count": 1111 }
261
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_METAL_BLIT_COMMAND_MTL_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_METAL_BLIT_COMMAND_MTL_H_ #include <Metal/Me...
engine/impeller/renderer/backend/metal/blit_command_mtl.h/0
{ "file_path": "engine/impeller/renderer/backend/metal/blit_command_mtl.h", "repo_id": "engine", "token_count": 727 }
262
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_METAL_FORMATS_MTL_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_METAL_FORMATS_MTL_H_ #include <Metal/Metal.h> #i...
engine/impeller/renderer/backend/metal/formats_mtl.h/0
{ "file_path": "engine/impeller/renderer/backend/metal/formats_mtl.h", "repo_id": "engine", "token_count": 4907 }
263
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_METAL_SAMPLER_MTL_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_METAL_SAMPLER_MTL_H_ #include <Metal/Metal.h> #i...
engine/impeller/renderer/backend/metal/sampler_mtl.h/0
{ "file_path": "engine/impeller/renderer/backend/metal/sampler_mtl.h", "repo_id": "engine", "token_count": 413 }
264
// 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. #include "impeller/renderer/backend/vulkan/allocator_vk.h" #include <memory> #include "flutter/fml/memory/ref_ptr.h" #include "flutter/fml/trace_event.h"...
engine/impeller/renderer/backend/vulkan/allocator_vk.cc/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/allocator_vk.cc", "repo_id": "engine", "token_count": 8637 }
265
// 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. #include "impeller/renderer/backend/vulkan/command_encoder_vk.h" #include <string> #include "flutter/fml/closure.h" #include "fml/status.h" #include "fml/...
engine/impeller/renderer/backend/vulkan/command_encoder_vk.cc/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/command_encoder_vk.cc", "repo_id": "engine", "token_count": 2171 }
266
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_DEBUG_REPORT_VK_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_DEBUG_REPORT_VK_H_ #include "flutter/...
engine/impeller/renderer/backend/vulkan/debug_report_vk.h/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/debug_report_vk.h", "repo_id": "engine", "token_count": 535 }
267
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_GPU_TRACER_VK_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_GPU_TRACER_VK_H_ #include <memory> #inc...
engine/impeller/renderer/backend/vulkan/gpu_tracer_vk.h/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/gpu_tracer_vk.h", "repo_id": "engine", "token_count": 1406 }
268
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_RESOURCE_MANAGER_VK_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_RESOURCE_MANAGER_VK_H_ #include <...
engine/impeller/renderer/backend/vulkan/resource_manager_vk.h/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/resource_manager_vk.h", "repo_id": "engine", "token_count": 2248 }
269
// 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. #include "impeller/renderer/backend/vulkan/swapchain/khr/khr_surface_vk.h" #include "impeller/core/formats.h" #include "impeller/renderer/backend/vulkan/s...
engine/impeller/renderer/backend/vulkan/swapchain/khr/khr_surface_vk.cc/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/swapchain/khr/khr_surface_vk.cc", "repo_id": "engine", "token_count": 1557 }
270
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_TEXTURE_VK_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_TEXTURE_VK_H_ #include "impeller/base/back...
engine/impeller/renderer/backend/vulkan/texture_vk.h/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/texture_vk.h", "repo_id": "engine", "token_count": 1109 }
271
// 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. #include "gtest/gtest.h" #include "impeller/base/validation.h" #include "impeller/core/formats.h" #include "impeller/core/texture_descriptor.h" #include "i...
engine/impeller/renderer/blit_pass_unittests.cc/0
{ "file_path": "engine/impeller/renderer/blit_pass_unittests.cc", "repo_id": "engine", "token_count": 947 }
272
// 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. #include <future> #include <numeric> #include "compute_tessellator.h" #include "flutter/fml/synchronization/waitable_event.h" #include "flutter/fml/time/t...
engine/impeller/renderer/compute_subgroup_unittests.cc/0
{ "file_path": "engine/impeller/renderer/compute_subgroup_unittests.cc", "repo_id": "engine", "token_count": 9466 }
273
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_PIPELINE_LIBRARY_H_ #define FLUTTER_IMPELLER_RENDERER_PIPELINE_LIBRARY_H_ #include <optional> #include "compute_pipelin...
engine/impeller/renderer/pipeline_library.h/0
{ "file_path": "engine/impeller/renderer/pipeline_library.h", "repo_id": "engine", "token_count": 807 }
274
// 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. #ifndef FLUTTER_IMPELLER_RENDERER_VERTEX_DESCRIPTOR_H_ #define FLUTTER_IMPELLER_RENDERER_VERTEX_DESCRIPTOR_H_ #include <vector> #include "impeller/base/c...
engine/impeller/renderer/vertex_descriptor.h/0
{ "file_path": "engine/impeller/renderer/vertex_descriptor.h", "repo_id": "engine", "token_count": 1124 }
275
// 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. #ifndef FLUTTER_IMPELLER_SCENE_ANIMATION_ANIMATION_PLAYER_H_ #define FLUTTER_IMPELLER_SCENE_ANIMATION_ANIMATION_PLAYER_H_ #include <map> #include <memory>...
engine/impeller/scene/animation/animation_player.h/0
{ "file_path": "engine/impeller/scene/animation/animation_player.h", "repo_id": "engine", "token_count": 532 }
276
// 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. #include "impeller/scene/importer/switches.h" #include <algorithm> #include <cctype> #include <filesystem> #include <map> #include "flutter/fml/file.h" #...
engine/impeller/scene/importer/switches.cc/0
{ "file_path": "engine/impeller/scene/importer/switches.cc", "repo_id": "engine", "token_count": 987 }
277
// 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. #include "flutter/fml/macros.h" #include "flutter/fml/logging.h" #include "impeller/renderer/command.h" #include "impeller/renderer/render_target.h" #incl...
engine/impeller/scene/scene_encoder.cc/0
{ "file_path": "engine/impeller/scene/scene_encoder.cc", "repo_id": "engine", "token_count": 1282 }
278
// 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. namespace impeller.fb; enum Stage:byte { kVertex, kFragment, kCompute, } table ShaderBlob { stage: Stage; name: string; mapping: [ubyte]; } ...
engine/impeller/shader_archive/shader_archive.fbs/0
{ "file_path": "engine/impeller/shader_archive/shader_archive.fbs", "repo_id": "engine", "token_count": 147 }
279
// 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. #include "flutter/testing/testing.h" #include "gtest/gtest.h" #include "impeller/geometry/geometry_asserts.h" #include "impeller/geometry/path.h" #include...
engine/impeller/tessellator/tessellator_unittests.cc/0
{ "file_path": "engine/impeller/tessellator/tessellator_unittests.cc", "repo_id": "engine", "token_count": 8893 }
280
// 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. #ifndef FLUTTER_IMPELLER_TOOLKIT_GLES_TEXTURE_H_ #define FLUTTER_IMPELLER_TOOLKIT_GLES_TEXTURE_H_ #include "flutter/fml/unique_object.h" #include "flutter...
engine/impeller/toolkit/gles/texture.h/0
{ "file_path": "engine/impeller/toolkit/gles/texture.h", "repo_id": "engine", "token_count": 371 }
281
// 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. #include "impeller/typographer/backends/skia/typeface_skia.h" namespace impeller { TypefaceSkia::TypefaceSkia(sk_sp<SkTypeface> typeface) : typeface_...
engine/impeller/typographer/backends/skia/typeface_skia.cc/0
{ "file_path": "engine/impeller/typographer/backends/skia/typeface_skia.cc", "repo_id": "engine", "token_count": 308 }
282
// 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. #ifndef FLUTTER_IMPELLER_TYPOGRAPHER_FONT_GLYPH_PAIR_H_ #define FLUTTER_IMPELLER_TYPOGRAPHER_FONT_GLYPH_PAIR_H_ #include <optional> #include <unordered_ma...
engine/impeller/typographer/font_glyph_pair.h/0
{ "file_path": "engine/impeller/typographer/font_glyph_pair.h", "repo_id": "engine", "token_count": 656 }
283
// 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. #ifndef FLUTTER_IMPELLER_TYPOGRAPHER_TYPOGRAPHER_CONTEXT_H_ #define FLUTTER_IMPELLER_TYPOGRAPHER_TYPOGRAPHER_CONTEXT_H_ #include <memory> #include "flutt...
engine/impeller/typographer/typographer_context.h/0
{ "file_path": "engine/impeller/typographer/typographer_context.h", "repo_id": "engine", "token_count": 583 }
284
// 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. #include "flutter/lib/gpu/host_buffer.h" #include <optional> #include "dart_api.h" #include "impeller/core/host_buffer.h" #include "impeller/core/platfor...
engine/lib/gpu/host_buffer.cc/0
{ "file_path": "engine/lib/gpu/host_buffer.cc", "repo_id": "engine", "token_count": 666 }
285
// 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. #include "flutter/lib/gpu/render_pipeline.h" #include "flutter/lib/gpu/shader.h" #include "impeller/renderer/pipeline_descriptor.h" namespace flutter { n...
engine/lib/gpu/render_pipeline.cc/0
{ "file_path": "engine/lib/gpu/render_pipeline.cc", "repo_id": "engine", "token_count": 625 }
286
# 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. dart_ui_files = [ "//flutter/lib/ui/annotations.dart", "//flutter/lib/ui/channel_buffers.dart", "//flutter/lib/ui/compositing.dart", "//flutter/lib/ui...
engine/lib/ui/dart_ui.gni/0
{ "file_path": "engine/lib/ui/dart_ui.gni", "repo_id": "engine", "token_count": 538 }
287
# 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. import("//flutter/impeller/tools/impeller.gni") import("//flutter/testing/testing.gni") if (enable_unittests) { group("shaders") { testonly = true ...
engine/lib/ui/fixtures/shaders/BUILD.gn/0
{ "file_path": "engine/lib/ui/fixtures/shaders/BUILD.gn", "repo_id": "engine", "token_count": 741 }
288
// 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. #include <memory> #include "flutter/common/task_runners.h" #include "flutter/fml/synchronization/waitable_event.h" #include "flutter/runtime/dart_vm.h" #i...
engine/lib/ui/hooks_unittests.cc/0
{ "file_path": "engine/lib/ui/hooks_unittests.cc", "repo_id": "engine", "token_count": 1114 }
289
// 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. #ifndef FLUTTER_LIB_UI_PAINTING_CODEC_H_ #define FLUTTER_LIB_UI_PAINTING_CODEC_H_ #include "flutter/lib/ui/dart_wrapper.h" #include "flutter/lib/ui/ui_dar...
engine/lib/ui/painting/codec.h/0
{ "file_path": "engine/lib/ui/painting/codec.h", "repo_id": "engine", "token_count": 341 }
290
// 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. #ifndef FLUTTER_LIB_UI_PAINTING_GRADIENT_H_ #define FLUTTER_LIB_UI_PAINTING_GRADIENT_H_ #include "flutter/display_list/effects/dl_color_source.h" #include...
engine/lib/ui/painting/gradient.h/0
{ "file_path": "engine/lib/ui/painting/gradient.h", "repo_id": "engine", "token_count": 1180 }
291
// 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. #ifndef FLUTTER_LIB_UI_PAINTING_IMAGE_ENCODING_H_ #define FLUTTER_LIB_UI_PAINTING_IMAGE_ENCODING_H_ #include "third_party/skia/include/core/SkImage.h" #in...
engine/lib/ui/painting/image_encoding.h/0
{ "file_path": "engine/lib/ui/painting/image_encoding.h", "repo_id": "engine", "token_count": 382 }
292
// 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. #include "flutter/lib/ui/painting/image_shader.h" #include "flutter/lib/ui/painting/image_filter.h" #include "flutter/lib/ui/painting/display_list_image_g...
engine/lib/ui/painting/image_shader.cc/0
{ "file_path": "engine/lib/ui/painting/image_shader.cc", "repo_id": "engine", "token_count": 968 }
293
// 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. #include "flutter/lib/ui/painting/picture.h" #include <memory> #include <utility> #include "flutter/fml/make_copyable.h" #include "flutter/lib/ui/paintin...
engine/lib/ui/painting/picture.cc/0
{ "file_path": "engine/lib/ui/painting/picture.cc", "repo_id": "engine", "token_count": 3774 }
294
// 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. #ifndef FLUTTER_LIB_UI_PAINTING_VERTICES_H_ #define FLUTTER_LIB_UI_PAINTING_VERTICES_H_ #include "flutter/display_list/dl_vertices.h" #include "flutter/li...
engine/lib/ui/painting/vertices.h/0
{ "file_path": "engine/lib/ui/painting/vertices.h", "repo_id": "engine", "token_count": 467 }
295
// 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. #include "flutter/lib/ui/semantics/semantics_update_builder.h" #include "flutter/shell/common/shell_test.h" #include "gtest/gtest.h" namespace flutter { ...
engine/lib/ui/semantics/semantics_update_builder_unittests.cc/0
{ "file_path": "engine/lib/ui/semantics/semantics_update_builder_unittests.cc", "repo_id": "engine", "token_count": 1465 }
296
// 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. #include "flutter/lib/ui/ui_dart_state.h" #include <iostream> #include <utility> #include "flutter/fml/message_loop.h" #include "flutter/lib/ui/window/pl...
engine/lib/ui/ui_dart_state.cc/0
{ "file_path": "engine/lib/ui/ui_dart_state.cc", "repo_id": "engine", "token_count": 3226 }
297
// 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. #include "flutter/lib/ui/window/viewport_metrics.h" #include "flutter/fml/logging.h" namespace flutter { ViewportMetrics::ViewportMetrics() = default; ...
engine/lib/ui/window/viewport_metrics.cc/0
{ "file_path": "engine/lib/ui/window/viewport_metrics.cc", "repo_id": "engine", "token_count": 2273 }
298
// 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. import 'dart:io' as io; import 'package:path/path.dart' as path; import 'utils.dart'; // Determine if a `package` tagged with version:`versionTag` alrea...
engine/lib/web_ui/dev/cipd.dart/0
{ "file_path": "engine/lib/web_ui/dev/cipd.dart", "repo_id": "engine", "token_count": 787 }
299
# Please refer to the "Upgrade Browser Version" section in the README.md for # more details on how to update browser version numbers. chrome: version: '119.0.6045.9' firefox: version: '106.0' edge: launcher_version: '1.2.0.0' esbuild: version: '0.19.5'
engine/lib/web_ui/dev/package_lock.yaml/0
{ "file_path": "engine/lib/web_ui/dev/package_lock.yaml", "repo_id": "engine", "token_count": 97 }
300
// 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. export const baseUri = ensureTrailingSlash(getBaseURI()); function getBaseURI() { const base = document.querySelector("base"); return (base && base.ge...
engine/lib/web_ui/flutter_js/src/base_uri.js/0
{ "file_path": "engine/lib/web_ui/flutter_js/src/base_uri.js", "repo_id": "engine", "token_count": 154 }
301
// 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. import 'package:meta/meta.dart'; import 'dom.dart'; // iOS 15 launched WebGL 2.0, but there's something broken about it, which // leads to apps failing t...
engine/lib/web_ui/lib/src/engine/browser_detection.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/browser_detection.dart", "repo_id": "engine", "token_count": 3220 }
302
// 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. import 'package:ui/ui.dart' as ui; import 'canvaskit_api.dart'; import 'native_memory.dart'; /// The CanvasKit implementation of [ui.MaskFilter]. class C...
engine/lib/web_ui/lib/src/engine/canvaskit/mask_filter.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/canvaskit/mask_filter.dart", "repo_id": "engine", "token_count": 300 }
303
// 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. import 'dart:math' as math; import 'dart:typed_data'; import 'package:meta/meta.dart'; import 'package:ui/ui.dart' as ui; import '../validators.dart'; im...
engine/lib/web_ui/lib/src/engine/canvaskit/shader.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/canvaskit/shader.dart", "repo_id": "engine", "token_count": 3132 }
304
// 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. /// A monotonically increasing frame number being rendered. /// /// Used for debugging only. int debugFrameNumber = 1; List<FrameReference<dynamic>> frame...
engine/lib/web_ui/lib/src/engine/frame_reference.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/frame_reference.dart", "repo_id": "engine", "token_count": 1031 }
305
// 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. import 'dart:typed_data'; import 'package:ui/ui.dart' as ui; import 'path_ref.dart'; import 'path_utils.dart'; // Iterates through path including genera...
engine/lib/web_ui/lib/src/engine/html/path/path_iterator.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/html/path/path_iterator.dart", "repo_id": "engine", "token_count": 3060 }
306
// 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. import 'package:ui/ui.dart' as ui; import '../browser_detection.dart'; import '../dom.dart'; import 'bitmap_canvas.dart'; import 'color_filter.dart'; impo...
engine/lib/web_ui/lib/src/engine/html/shader_mask.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/html/shader_mask.dart", "repo_id": "engine", "token_count": 5112 }
307
// 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. // DO NOT EDIT -- DO NOT EDIT -- DO NOT EDIT // This file is generated by dev/tools/gen_keycodes/bin/gen_keycodes.dart and // should not be edited directly...
engine/lib/web_ui/lib/src/engine/key_map.g.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/key_map.g.dart", "repo_id": "engine", "token_count": 9768 }
308
// 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. import 'dart:typed_data'; import '../dom.dart'; import '../platform_dispatcher.dart'; import '../services.dart'; import '../util.dart'; import 'content_ma...
engine/lib/web_ui/lib/src/engine/platform_views/message_handler.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/platform_views/message_handler.dart", "repo_id": "engine", "token_count": 1739 }
309
// 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. // TODO(yjbanov): TalkBack on Android incorrectly reads state changes for radio // buttons. When checking a radio button it reads // ...
engine/lib/web_ui/lib/src/engine/semantics/checkable.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/semantics/checkable.dart", "repo_id": "engine", "token_count": 1335 }
310
// 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. import 'dart:typed_data'; import 'package:meta/meta.dart'; /// A message encoding/decoding mechanism. /// /// Both operations throw an exception, if conv...
engine/lib/web_ui/lib/src/engine/services/message_codec.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/services/message_codec.dart", "repo_id": "engine", "token_count": 1199 }
311
// 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. import 'dart:collection'; import 'dart:ffi'; import 'package:ui/src/engine/skwasm/skwasm_impl.dart'; import 'package:ui/ui.dart' as ui; class SkwasmPathM...
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/path_metrics.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/path_metrics.dart", "repo_id": "engine", "token_count": 1099 }
312
// 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. @DefaultAsset('skwasm') library skwasm_impl; import 'dart:ffi'; import 'package:ui/src/engine/skwasm/skwasm_impl.dart'; final class RawVertices extends ...
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_vertices.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_vertices.dart", "repo_id": "engine", "token_count": 309 }
313
// 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. // TODO(yjbanov): this does not need to be in the production sources. // https://github.com/flutter/flutter/issues/100394 import 'dart:asyn...
engine/lib/web_ui/lib/src/engine/test_embedding.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/test_embedding.dart", "repo_id": "engine", "token_count": 1773 }
314
// 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. /// Maps AutofillHints from the framework to the autofill hints that is used for /// browsers. /// See: https://github.com/flutter/flutter/blob/master/pack...
engine/lib/web_ui/lib/src/engine/text_editing/autofill_hint.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/text_editing/autofill_hint.dart", "repo_id": "engine", "token_count": 1530 }
315
// 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. import 'package:ui/src/engine/dom.dart'; import 'package:ui/src/engine/util.dart' show setElementStyle; import '../hot_restart_cache_handler.dart' show re...
engine/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/full_page_embedding_strategy.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/full_page_embedding_strategy.dart", "repo_id": "engine", "token_count": 1180 }
316
// 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. import 'dart:async'; import 'package:meta/meta.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; import '../testing.dart'; i...
engine/lib/web_ui/lib/ui_web/src/ui_web/navigation/url_strategy.dart/0
{ "file_path": "engine/lib/web_ui/lib/ui_web/src/ui_web/navigation/url_strategy.dart", "repo_id": "engine", "token_count": 2302 }
317
// 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. #include "export.h" #include "helpers.h" #include "third_party/skia/include/core/SkColorFilter.h" #include "third_party/skia/include/core/SkImageFilter.h" ...
engine/lib/web_ui/skwasm/paint.cpp/0
{ "file_path": "engine/lib/web_ui/skwasm/paint.cpp", "repo_id": "engine", "token_count": 1106 }
318
............................................................................... # Flutter Web Engine Test Suites The flutter engine unit tests can be run with a number of different configuration options that affect both compile time and run time. The permutations of these options are specified in the `felt_config.yaml`...
engine/lib/web_ui/test/README.md/0
{ "file_path": "engine/lib/web_ui/test/README.md", "repo_id": "engine", "token_count": 722 }
319
// 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. import 'package:js/js_util.dart' as js_util; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.da...
engine/lib/web_ui/test/canvaskit/initialization/does_not_mock_module_exports_test.dart/0
{ "file_path": "engine/lib/web_ui/test/canvaskit/initialization/does_not_mock_module_exports_test.dart", "repo_id": "engine", "token_count": 453 }
320
// 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. import 'dart:math' as math; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'pac...
engine/lib/web_ui/test/canvaskit/shader_mask_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/canvaskit/shader_mask_golden_test.dart", "repo_id": "engine", "token_count": 2263 }
321