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. #include "impeller/core/allocator.h" #include "impeller/base/validation.h" #include "impeller/core/device_buffer.h" #include "impeller/core/formats.h" #in...
engine/impeller/core/allocator.cc/0
{ "file_path": "engine/impeller/core/allocator.cc", "repo_id": "engine", "token_count": 730 }
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. #ifndef FLUTTER_IMPELLER_CORE_PLATFORM_H_ #define FLUTTER_IMPELLER_CORE_PLATFORM_H_ #include <cstddef> #include "flutter/fml/build_config.h" #include "fl...
engine/impeller/core/platform.h/0
{ "file_path": "engine/impeller/core/platform.h", "repo_id": "engine", "token_count": 218 }
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. #ifndef FLUTTER_IMPELLER_CORE_TEXTURE_DESCRIPTOR_H_ #define FLUTTER_IMPELLER_CORE_TEXTURE_DESCRIPTOR_H_ #include "impeller/core/formats.h" #include "impel...
engine/impeller/core/texture_descriptor.h/0
{ "file_path": "engine/impeller/core/texture_descriptor.h", "repo_id": "engine", "token_count": 1186 }
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_DISPLAY_LIST_SKIA_CONVERSIONS_H_ #define FLUTTER_IMPELLER_DISPLAY_LIST_SKIA_CONVERSIONS_H_ #include "display_list/dl_color.h" #in...
engine/impeller/display_list/skia_conversions.h/0
{ "file_path": "engine/impeller/display_list/skia_conversions.h", "repo_id": "engine", "token_count": 1032 }
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. #ifndef FLUTTER_IMPELLER_ENTITY_CONTENTS_ANONYMOUS_CONTENTS_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_ANONYMOUS_CONTENTS_H_ #include <functional> #inclu...
engine/impeller/entity/contents/anonymous_contents.h/0
{ "file_path": "engine/impeller/entity/contents/anonymous_contents.h", "repo_id": "engine", "token_count": 443 }
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_CONTENTS_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_CONTENTS_H_ #include <functional> #include <memory> #include...
engine/impeller/entity/contents/contents.h/0
{ "file_path": "engine/impeller/entity/contents/contents.h", "repo_id": "engine", "token_count": 2690 }
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. #include "impeller/entity/contents/filters/inputs/filter_contents_filter_input.h" #include <utility> #include "impeller/base/strings.h" #include "impelle...
engine/impeller/entity/contents/filters/inputs/filter_contents_filter_input.cc/0
{ "file_path": "engine/impeller/entity/contents/filters/inputs/filter_contents_filter_input.cc", "repo_id": "engine", "token_count": 916 }
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. #ifndef FLUTTER_IMPELLER_ENTITY_CONTENTS_FILTERS_MORPHOLOGY_FILTER_CONTENTS_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_FILTERS_MORPHOLOGY_FILTER_CONTENTS_...
engine/impeller/entity/contents/filters/morphology_filter_contents.h/0
{ "file_path": "engine/impeller/entity/contents/filters/morphology_filter_contents.h", "repo_id": "engine", "token_count": 611 }
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/contents/scene_contents.h" #include "impeller/core/formats.h" #include "impeller/entity/contents/content_context.h" #include "im...
engine/impeller/entity/contents/scene_contents.cc/0
{ "file_path": "engine/impeller/entity/contents/scene_contents.cc", "repo_id": "engine", "token_count": 1361 }
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/entity/contents/tiled_texture_contents.h" #include "fml/logging.h" #include "impeller/entity/contents/content_context.h" #include "impe...
engine/impeller/entity/contents/tiled_texture_contents.cc/0
{ "file_path": "engine/impeller/entity/contents/tiled_texture_contents.cc", "repo_id": "engine", "token_count": 3934 }
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. #ifndef FLUTTER_IMPELLER_ENTITY_ENTITY_PLAYGROUND_H_ #define FLUTTER_IMPELLER_ENTITY_ENTITY_PLAYGROUND_H_ #include "impeller/playground/playground_test.h"...
engine/impeller/entity/entity_playground.h/0
{ "file_path": "engine/impeller/entity/entity_playground.h", "repo_id": "engine", "token_count": 433 }
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. #ifndef FLUTTER_IMPELLER_ENTITY_GEOMETRY_POINT_FIELD_GEOMETRY_H_ #define FLUTTER_IMPELLER_ENTITY_GEOMETRY_POINT_FIELD_GEOMETRY_H_ #include "impeller/entit...
engine/impeller/entity/geometry/point_field_geometry.h/0
{ "file_path": "engine/impeller/entity/geometry/point_field_geometry.h", "repo_id": "engine", "token_count": 850 }
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. precision mediump float; #include <impeller/texture.glsl> #include <impeller/types.glsl> uniform f16sampler2D texture_sampler_src; uniform FragInfo { ...
engine/impeller/entity/shaders/blending/blend.frag/0
{ "file_path": "engine/impeller/entity/shaders/blending/blend.frag", "repo_id": "engine", "token_count": 186 }
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. precision mediump float; #include <impeller/color.glsl> #include <impeller/types.glsl> // A color filter that applies the sRGB gamma curve to the color. ...
engine/impeller/entity/shaders/linear_to_srgb_filter.frag/0
{ "file_path": "engine/impeller/entity/shaders/linear_to_srgb_filter.frag", "repo_id": "engine", "token_count": 374 }
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. #extension GL_AMD_gpu_shader_half_float : enable #extension GL_AMD_gpu_shader_half_float_fetch : enable #extension GL_EXT_shader_explicit_arithmetic_types_...
engine/impeller/fixtures/half.frag/0
{ "file_path": "engine/impeller/fixtures/half.frag", "repo_id": "engine", "token_count": 187 }
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. layout(location = 0) uniform vec2 iResolution; layout(location = 1) uniform float iTime; layout(location = 0) out vec4 fragColor; void main() { vec2 uv...
engine/impeller/fixtures/runtime_stage_example.frag/0
{ "file_path": "engine/impeller/fixtures/runtime_stage_example.frag", "repo_id": "engine", "token_count": 166 }
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_GEOMETRY_COLOR_H_ #define FLUTTER_IMPELLER_GEOMETRY_COLOR_H_ #include <stdint.h> #include <algorithm> #include <array> #include <...
engine/impeller/geometry/color.h/0
{ "file_path": "engine/impeller/geometry/color.h", "repo_id": "engine", "token_count": 12755 }
255
// 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 "path_builder.h" #include <cmath> namespace impeller { PathBuilder::PathBuilder() { AddContourComponent({}); } PathBuilder::~PathBuilder() =...
engine/impeller/geometry/path_builder.cc/0
{ "file_path": "engine/impeller/geometry/path_builder.cc", "repo_id": "engine", "token_count": 6898 }
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_GEOMETRY_SHEAR_H_ #define FLUTTER_IMPELLER_GEOMETRY_SHEAR_H_ #include <string> namespace impeller { struct Shear { union { ...
engine/impeller/geometry/shear.h/0
{ "file_path": "engine/impeller/geometry/shear.h", "repo_id": "engine", "token_count": 319 }
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. #ifndef FLUTTER_IMPELLER_GOLDEN_TESTS_GOLDEN_DIGEST_H_ #define FLUTTER_IMPELLER_GOLDEN_TESTS_GOLDEN_DIGEST_H_ #include <map> #include <string> #include <v...
engine/impeller/golden_tests/golden_digest.h/0
{ "file_path": "engine/impeller/golden_tests/golden_digest.h", "repo_id": "engine", "token_count": 557 }
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. import("//flutter/impeller/tools/impeller.gni") import("//flutter/testing/testing.gni") impeller_component("playground") { testonly = true sources = [ ...
engine/impeller/playground/BUILD.gn/0
{ "file_path": "engine/impeller/playground/BUILD.gn", "repo_id": "engine", "token_count": 886 }
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/playground/image/compressed_image.h" namespace impeller { CompressedImage::CompressedImage(std::shared_ptr<const fml::Mapping> allocat...
engine/impeller/playground/image/compressed_image.cc/0
{ "file_path": "engine/impeller/playground/image/compressed_image.cc", "repo_id": "engine", "token_count": 157 }
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. #ifndef FLUTTER_IMPELLER_PLAYGROUND_SWITCHES_H_ #define FLUTTER_IMPELLER_PLAYGROUND_SWITCHES_H_ #include <chrono> #include <optional> #include "flutter/f...
engine/impeller/playground/switches.h/0
{ "file_path": "engine/impeller/playground/switches.h", "repo_id": "engine", "token_count": 434 }
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. #include "impeller/renderer/backend/gles/command_buffer_gles.h" #include "impeller/base/config.h" #include "impeller/renderer/backend/gles/blit_pass_gles....
engine/impeller/renderer/backend/gles/command_buffer_gles.cc/0
{ "file_path": "engine/impeller/renderer/backend/gles/command_buffer_gles.cc", "repo_id": "engine", "token_count": 798 }
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_GLES_PIPELINE_GLES_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_PIPELINE_GLES_H_ #include "flutter/fml/macr...
engine/impeller/renderer/backend/gles/pipeline_gles.h/0
{ "file_path": "engine/impeller/renderer/backend/gles/pipeline_gles.h", "repo_id": "engine", "token_count": 669 }
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_GLES_SHADER_LIBRARY_GLES_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_SHADER_LIBRARY_GLES_H_ #include <memo...
engine/impeller/renderer/backend/gles/shader_library_gles.h/0
{ "file_path": "engine/impeller/renderer/backend/gles/shader_library_gles.h", "repo_id": "engine", "token_count": 705 }
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/metal/allocator_mtl.h" #include "flutter/fml/build_config.h" #include "flutter/fml/logging.h" #include "impeller/base/...
engine/impeller/renderer/backend/metal/allocator_mtl.mm/0
{ "file_path": "engine/impeller/renderer/backend/metal/allocator_mtl.mm", "repo_id": "engine", "token_count": 3010 }
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/metal/device_buffer_mtl.h" #include "flutter/fml/logging.h" #include "impeller/base/validation.h" #include "impeller/r...
engine/impeller/renderer/backend/metal/device_buffer_mtl.mm/0
{ "file_path": "engine/impeller/renderer/backend/metal/device_buffer_mtl.mm", "repo_id": "engine", "token_count": 1319 }
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. #include "impeller/renderer/backend/metal/sampler_library_mtl.h" #include "impeller/renderer/backend/metal/formats_mtl.h" #include "impeller/renderer/back...
engine/impeller/renderer/backend/metal/sampler_library_mtl.mm/0
{ "file_path": "engine/impeller/renderer/backend/metal/sampler_library_mtl.mm", "repo_id": "engine", "token_count": 654 }
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. import("//flutter/vulkan/config.gni") import("../../../tools/impeller.gni") impeller_component("vulkan_unittests") { testonly = true sources = [ "all...
engine/impeller/renderer/backend/vulkan/BUILD.gn/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/BUILD.gn", "repo_id": "engine", "token_count": 1976 }
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_COMMAND_BUFFER_VK_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_COMMAND_BUFFER_VK_H_ #include "impe...
engine/impeller/renderer/backend/vulkan/command_buffer_vk.h/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/command_buffer_vk.h", "repo_id": "engine", "token_count": 640 }
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/debug_report_vk.h" #include "impeller/base/validation.h" #include "impeller/renderer/backend/vulkan/capabilitie...
engine/impeller/renderer/backend/vulkan/debug_report_vk.cc/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/debug_report_vk.cc", "repo_id": "engine", "token_count": 2161 }
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. #include "impeller/renderer/backend/vulkan/gpu_tracer_vk.h" #include <memory> #include <optional> #include <thread> #include <utility> #include "fml/logg...
engine/impeller/renderer/backend/vulkan/gpu_tracer_vk.cc/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/gpu_tracer_vk.cc", "repo_id": "engine", "token_count": 3085 }
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 "impeller/renderer/backend/vulkan/resource_manager_vk.h" #include "flutter/fml/cpu_affinity.h" #include "flutter/fml/thread.h" #include "flutter/...
engine/impeller/renderer/backend/vulkan/resource_manager_vk.cc/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/resource_manager_vk.cc", "repo_id": "engine", "token_count": 1089 }
272
KHR Swapchain ============= An implementation of a Vulkan swapchain that depends on [`VK_KHR_swapchain`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_swapchain.html). This swapchain is available on most platforms but may not be ideal on all. But, it is a good fallback.
engine/impeller/renderer/backend/vulkan/swapchain/khr/README.md/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/swapchain/khr/README.md", "repo_id": "engine", "token_count": 96 }
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. #include "impeller/renderer/backend/vulkan/texture_vk.h" #include "impeller/renderer/backend/vulkan/command_buffer_vk.h" #include "impeller/renderer/backe...
engine/impeller/renderer/backend/vulkan/texture_vk.cc/0
{ "file_path": "engine/impeller/renderer/backend/vulkan/texture_vk.cc", "repo_id": "engine", "token_count": 2499 }
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_BLIT_PASS_H_ #define FLUTTER_IMPELLER_RENDERER_BLIT_PASS_H_ #include <string> #include "impeller/core/device_buffer.h" ...
engine/impeller/renderer/blit_pass.h/0
{ "file_path": "engine/impeller/renderer/blit_pass.h", "repo_id": "engine", "token_count": 2511 }
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_RENDERER_COMPUTE_PIPELINE_DESCRIPTOR_H_ #define FLUTTER_IMPELLER_RENDERER_COMPUTE_PIPELINE_DESCRIPTOR_H_ #include <functional> #i...
engine/impeller/renderer/compute_pipeline_descriptor.h/0
{ "file_path": "engine/impeller/renderer/compute_pipeline_descriptor.h", "repo_id": "engine", "token_count": 743 }
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/renderer/pipeline_library.h" namespace impeller { PipelineLibrary::PipelineLibrary() = default; PipelineLibrary::~PipelineLibrary() =...
engine/impeller/renderer/pipeline_library.cc/0
{ "file_path": "engine/impeller/renderer/pipeline_library.cc", "repo_id": "engine", "token_count": 393 }
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. #ifndef FLUTTER_IMPELLER_RENDERER_SHADER_FUNCTION_H_ #define FLUTTER_IMPELLER_RENDERER_SHADER_FUNCTION_H_ #include <string> #include "flutter/fml/hash_com...
engine/impeller/renderer/shader_function.h/0
{ "file_path": "engine/impeller/renderer/shader_function.h", "repo_id": "engine", "token_count": 452 }
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. #include "impeller/renderer/vertex_descriptor.h" namespace impeller { VertexDescriptor::VertexDescriptor() = default; VertexDescriptor::~VertexDescripto...
engine/impeller/renderer/vertex_descriptor.cc/0
{ "file_path": "engine/impeller/renderer/vertex_descriptor.cc", "repo_id": "engine", "token_count": 878 }
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 "impeller/scene/animation/animation_player.h" #include <memory> #include <unordered_map> #include "flutter/fml/time/time_point.h" #include "impe...
engine/impeller/scene/animation/animation_player.cc/0
{ "file_path": "engine/impeller/scene/animation/animation_player.cc", "repo_id": "engine", "token_count": 858 }
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. #include <filesystem> #include <memory> #include "flutter/fml/backtrace.h" #include "flutter/fml/command_line.h" #include "flutter/fml/file.h" #include "f...
engine/impeller/scene/importer/scenec_main.cc/0
{ "file_path": "engine/impeller/scene/importer/scenec_main.cc", "repo_id": "engine", "token_count": 1307 }
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. #ifndef FLUTTER_IMPELLER_SCENE_SCENE_CONTEXT_H_ #define FLUTTER_IMPELLER_SCENE_SCENE_CONTEXT_H_ #include <memory> #include "impeller/core/host_buffer.h" ...
engine/impeller/scene/scene_context.h/0
{ "file_path": "engine/impeller/scene/scene_context.h", "repo_id": "engine", "token_count": 1992 }
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. #include "impeller/shader_archive/shader_archive.h" #include <array> #include <string> #include <utility> #include "impeller/base/validation.h" #include ...
engine/impeller/shader_archive/shader_archive.cc/0
{ "file_path": "engine/impeller/shader_archive/shader_archive.cc", "repo_id": "engine", "token_count": 1107 }
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_TESSELLATOR_TESSELLATOR_H_ #define FLUTTER_IMPELLER_TESSELLATOR_TESSELLATOR_H_ #include <functional> #include <memory> #include <...
engine/impeller/tessellator/tessellator.h/0
{ "file_path": "engine/impeller/tessellator/tessellator.h", "repo_id": "engine", "token_count": 5635 }
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/fml/synchronization/waitable_event.h" #include "flutter/testing/testing.h" #include "impeller/toolkit/android/choreographer.h" #include "...
engine/impeller/toolkit/android/toolkit_android_unittests.cc/0
{ "file_path": "engine/impeller/toolkit/android/toolkit_android_unittests.cc", "repo_id": "engine", "token_count": 1490 }
285
#include "flutter/impeller/toolkit/gles/texture.h" namespace impeller {}
engine/impeller/toolkit/gles/texture.cc/0
{ "file_path": "engine/impeller/toolkit/gles/texture.cc", "repo_id": "engine", "token_count": 28 }
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. #include "impeller/typographer/typographer_context.h" #include <utility> namespace impeller { TypographerContext::TypographerContext() { is_valid_ = t...
engine/impeller/typographer/typographer_context.cc/0
{ "file_path": "engine/impeller/typographer/typographer_context.cc", "repo_id": "engine", "token_count": 141 }
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. #ifndef FLUTTER_LIB_GPU_FORMATS_H_ #define FLUTTER_LIB_GPU_FORMATS_H_ #include "fml/logging.h" #include "impeller/core/formats.h" #include "impeller/core/...
engine/lib/gpu/formats.h/0
{ "file_path": "engine/lib/gpu/formats.h", "repo_id": "engine", "token_count": 6252 }
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. #ifndef FLUTTER_LIB_GPU_RENDER_PASS_H_ #define FLUTTER_LIB_GPU_RENDER_PASS_H_ #include <map> #include <memory> #include "flutter/lib/gpu/command_buffer.h"...
engine/lib/gpu/render_pass.h/0
{ "file_path": "engine/lib/gpu/render_pass.h", "repo_id": "engine", "token_count": 2427 }
289
# 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. # Note: if you edit this file, you must also generate libraries.json in this # directory: # # dart third_p...
engine/lib/snapshot/libraries.yaml/0
{ "file_path": "engine/lib/snapshot/libraries.yaml", "repo_id": "engine", "token_count": 252 }
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. #include "flutter/lib/ui/dart_ui.h" #include <mutex> #include <string_view> #include "flutter/common/constants.h" #include "flutter/common/settings.h" #i...
engine/lib/ui/dart_ui.cc/0
{ "file_path": "engine/lib/ui/dart_ui.cc", "repo_id": "engine", "token_count": 10772 }
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. part of dart.ui; @pragma('vm:entry-point') void _addView( int viewId, double devicePixelRatio, double width, double height, double viewPaddingTo...
engine/lib/ui/hooks.dart/0
{ "file_path": "engine/lib/ui/hooks.dart", "repo_id": "engine", "token_count": 4270 }
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/codec.h" #include "third_party/tonic/dart_binding_macros.h" #include "third_party/tonic/dart_library_natives.h" #include...
engine/lib/ui/painting/codec.cc/0
{ "file_path": "engine/lib/ui/painting/codec.cc", "repo_id": "engine", "token_count": 216 }
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/gradient.h" #include "flutter/lib/ui/floating_point.h" #include "third_party/tonic/converter/dart_converter.h" #include ...
engine/lib/ui/painting/gradient.cc/0
{ "file_path": "engine/lib/ui/painting/gradient.cc", "repo_id": "engine", "token_count": 2980 }
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. #include "flutter/lib/ui/painting/image_encoding.h" #include "flutter/lib/ui/painting/image_encoding_impl.h" #include <memory> #include <utility> #includ...
engine/lib/ui/painting/image_encoding.cc/0
{ "file_path": "engine/lib/ui/painting/image_encoding.cc", "repo_id": "engine", "token_count": 3593 }
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/painting/image_generator_registry.h" #include "flutter/fml/mapping.h" #include "flutter/shell/common/shell_test.h" #include "flut...
engine/lib/ui/painting/image_generator_registry_unittests.cc/0
{ "file_path": "engine/lib/ui/painting/image_generator_registry_unittests.cc", "repo_id": "engine", "token_count": 1794 }
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/painting/path.h" #include <memory> #include "flutter/common/task_runners.h" #include "flutter/fml/synchronization/waitable_event...
engine/lib/ui/painting/path_unittests.cc/0
{ "file_path": "engine/lib/ui/painting/path_unittests.cc", "repo_id": "engine", "token_count": 2535 }
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/painting/vertices.h" #include <algorithm> #include "flutter/lib/ui/ui_dart_state.h" #include "third_party/tonic/dart_binding_mac...
engine/lib/ui/painting/vertices.cc/0
{ "file_path": "engine/lib/ui/painting/vertices.cc", "repo_id": "engine", "token_count": 945 }
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. #ifndef FLUTTER_LIB_UI_SEMANTICS_SEMANTICS_UPDATE_BUILDER_H_ #define FLUTTER_LIB_UI_SEMANTICS_SEMANTICS_UPDATE_BUILDER_H_ #include <any> #include <list> ...
engine/lib/ui/semantics/semantics_update_builder.h/0
{ "file_path": "engine/lib/ui/semantics/semantics_update_builder.h", "repo_id": "engine", "token_count": 1008 }
299
// 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 "flutter/common/settings.h" #include "flutter/lib/ui/volatile_path_tracker.h" #include "flutter/lib...
engine/lib/ui/ui_benchmarks.cc/0
{ "file_path": "engine/lib/ui/ui_benchmarks.cc", "repo_id": "engine", "token_count": 1720 }
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. #ifndef FLUTTER_LIB_UI_WINDOW_PLATFORM_MESSAGE_H_ #define FLUTTER_LIB_UI_WINDOW_PLATFORM_MESSAGE_H_ #include <string> #include <vector> #include "flutter...
engine/lib/ui/window/platform_message.h/0
{ "file_path": "engine/lib/ui/window/platform_message.h", "repo_id": "engine", "token_count": 478 }
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. #include "flutter/lib/ui/window/pointer_data.h" #include <cstring> #include "gtest/gtest.h" #include "pointer_data_packet.h" namespace flutter { namespa...
engine/lib/ui/window/pointer_data_packet_unittests.cc/0
{ "file_path": "engine/lib/ui/window/pointer_data_packet_unittests.cc", "repo_id": "engine", "token_count": 939 }
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 'dart:async'; import 'dart:io' as io; import 'dart:typed_data'; import 'package:archive/archive.dart'; import 'package:archive/archive_io.dart'; im...
engine/lib/web_ui/dev/chrome_installer.dart/0
{ "file_path": "engine/lib/web_ui/dev/chrome_installer.dart", "repo_id": "engine", "token_count": 3063 }
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:io' as io; import 'package:path/path.dart' as path; import 'package:yaml/yaml.dart'; import 'environment.dart'; /// Returns the browser con...
engine/lib/web_ui/dev/package_lock.dart/0
{ "file_path": "engine/lib/web_ui/dev/package_lock.dart", "repo_id": "engine", "token_count": 625 }
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. // See https://github.com/flutter/engine/blob/main/lib/ui/geometry.dart for // documentation of APIs. part of ui; double toDegrees(double radians) { ret...
engine/lib/web_ui/lib/geometry.dart/0
{ "file_path": "engine/lib/web_ui/lib/geometry.dart", "repo_id": "engine", "token_count": 13615 }
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 'configuration.dart'; import 'js_interop/js_app.dart'; import 'js_interop/js_loader.dart'; import 'platform_dispatcher.dart'; import 'view_embedder...
engine/lib/web_ui/lib/src/engine/app_bootstrap.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/app_bootstrap.dart", "repo_id": "engine", "token_count": 940 }
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 '../../engine.dart' show kProfileApplyFrame, kProfilePrerollFrame; import '../profiler.dart'; import '../vector_...
engine/lib/web_ui/lib/src/engine/canvaskit/layer_tree.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/canvaskit/layer_tree.dart", "repo_id": "engine", "token_count": 1299 }
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. import 'dart:async'; import 'dart:math' as math; import 'dart:typed_data'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; import ...
engine/lib/web_ui/lib/src/engine/canvaskit/renderer.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/canvaskit/renderer.dart", "repo_id": "engine", "token_count": 6857 }
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:async'; import 'dart:convert'; import 'dart:js_interop'; import 'dart:typed_data'; import 'package:ui/src/engine.dart'; import 'package:ui/ui...
engine/lib/web_ui/lib/src/engine/fonts.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/fonts.dart", "repo_id": "engine", "token_count": 1516 }
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. import 'dart:math' as math; import 'dart:typed_data'; import 'package:ui/ui.dart' as ui; import '../../validators.dart'; import '../../vector_math.dart';...
engine/lib/web_ui/lib/src/engine/html/path/path.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/html/path/path.dart", "repo_id": "engine", "token_count": 24535 }
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:ui/ui.dart' as ui; import 'package:ui/ui_web/src/ui_web.dart' as ui_web; import '../../engine.dart' show FrameT...
engine/lib/web_ui/lib/src/engine/html/scene_builder.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/html/scene_builder.dart", "repo_id": "engine", "token_count": 5989 }
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:js_interop'; // Some APIs we need on typed arrays that are not exposed by the dart sdk yet extension TypedArrayExtension on JSTypedArray { ...
engine/lib/web_ui/lib/src/engine/js_interop/js_typed_data.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/js_interop/js_typed_data.dart", "repo_id": "engine", "token_count": 399 }
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. import 'package:ui/ui_web/src/ui_web.dart' as ui_web; import '../dom.dart'; import '../util.dart'; import 'slots.dart'; /// This class handles the lifecy...
engine/lib/web_ui/lib/src/engine/platform_views/content_manager.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/platform_views/content_manager.dart", "repo_id": "engine", "token_count": 2753 }
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. import 'dart:async'; import 'dart:typed_data'; import '../dom.dart'; import '../services.dart'; import '../util.dart'; /// Determines the assertiveness l...
engine/lib/web_ui/lib/src/engine/semantics/accessibility.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/semantics/accessibility.dart", "repo_id": "engine", "token_count": 1380 }
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. import 'dart:collection'; import 'dart:typed_data'; abstract class _TypedDataBuffer<E> extends ListBase<E> { _TypedDataBuffer(List<E> buffer) : _b...
engine/lib/web_ui/lib/src/engine/services/buffers.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/services/buffers.dart", "repo_id": "engine", "token_count": 3659 }
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 'dart:ffi'; import 'dart:typed_data'; import 'package:ui/src/engine.dart'; import 'package:ui/src/engine/skwasm/skwasm_impl.dart'; import 'package:...
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/path.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/path.dart", "repo_id": "engine", "token_count": 2770 }
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. @DefaultAsset('skwasm') library skwasm_impl; import 'dart:ffi'; import 'package:ui/src/engine/skwasm/skwasm_impl.dart'; final class RawSurface extends Op...
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_surface.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_surface.dart", "repo_id": "engine", "token_count": 477 }
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. import 'dart:js_interop'; import 'dom.dart'; @JS() @staticInterop class SVGElement extends DomElement {} SVGElement createSVGElement(String tag) => ...
engine/lib/web_ui/lib/src/engine/svg.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/svg.dart", "repo_id": "engine", "token_count": 2110 }
318
// 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 '../util.dart'; import 'word_break_properties.dart'; enum _FindBreakDirection { forward(step: 1), backward(step: -1); const _FindBreakDirect...
engine/lib/web_ui/lib/src/engine/text/word_breaker.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/text/word_breaker.dart", "repo_id": "engine", "token_count": 3794 }
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:ui/src/engine/dom.dart'; import 'custom_element_embedding_strategy.dart'; import 'full_page_embedding_strategy.dart'; /// Controls how a ...
engine/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/embedding_strategy.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/embedding_strategy.dart", "repo_id": "engine", "token_count": 380 }
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 'package:meta/meta.dart'; import 'package:ui/src/engine.dart'; import 'url_strategy.dart'; /// Function type that handles pop state events. typede...
engine/lib/web_ui/lib/ui_web/src/ui_web/navigation/platform_location.dart/0
{ "file_path": "engine/lib/web_ui/lib/ui_web/src/ui_web/navigation/platform_location.dart", "repo_id": "engine", "token_count": 1373 }
321
// 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. // This file adds JavaScript APIs that are accessible to the C++ layer. // See: https://emscripten.org/docs/porting/connecting_cpp_and_javascript/Interacti...
engine/lib/web_ui/skwasm/library_skwasm_support.js/0
{ "file_path": "engine/lib/web_ui/skwasm/library_skwasm_support.js", "repo_id": "engine", "token_count": 2958 }
322
// 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_WEB_UI_SKWASM_WRAPPERS_H_ #define FLUTTER_LIB_WEB_UI_SKWASM_WRAPPERS_H_ #include <emscripten/html5_webgl.h> #include "third_party/skia...
engine/lib/web_ui/skwasm/wrappers.h/0
{ "file_path": "engine/lib/web_ui/skwasm/wrappers.h", "repo_id": "engine", "token_count": 442 }
323
// 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 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engin...
engine/lib/web_ui/test/canvaskit/image_test.dart/0
{ "file_path": "engine/lib/web_ui/test/canvaskit/image_test.dart", "repo_id": "engine", "token_count": 1169 }
324
// 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. @TestOn('chrome || safari || firefox') library; import 'dart:async'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; impo...
engine/lib/web_ui/test/canvaskit/semantics_test.dart/0
{ "file_path": "engine/lib/web_ui/test/canvaskit/semantics_test.dart", "repo_id": "engine", "token_count": 236 }
325
// 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:quiver/testing/async.dart'; import 'package:quiver/time.dart'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart...
engine/lib/web_ui/test/engine/alarm_clock_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/alarm_clock_test.dart", "repo_id": "engine", "token_count": 2176 }
326
// 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:quiver/testing/async.dart'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'pa...
engine/lib/web_ui/test/engine/history_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/history_test.dart", "repo_id": "engine", "token_count": 11392 }
327
// 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:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; voi...
engine/lib/web_ui/test/engine/platform_dispatcher/view_focus_binding_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/platform_dispatcher/view_focus_binding_test.dart", "repo_id": "engine", "token_count": 4122 }
328
// 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:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:...
engine/lib/web_ui/test/engine/semantics/semantics_crawler_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/semantics/semantics_crawler_test.dart", "repo_id": "engine", "token_count": 2395 }
329
// 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 'dart:js_util' as js_util; import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.d...
engine/lib/web_ui/test/engine/text_editing_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/text_editing_test.dart", "repo_id": "engine", "token_count": 50697 }
330
// 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:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import '../../common/matchers.dart'; ...
engine/lib/web_ui/test/engine/view_embedder/style_manager_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/view_embedder/style_manager_test.dart", "repo_id": "engine", "token_count": 1086 }
331
// 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 'pa...
engine/lib/web_ui/test/html/compositing/compositing_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/compositing/compositing_golden_test.dart", "repo_id": "engine", "token_count": 9708 }
332
// 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:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' hide window...
engine/lib/web_ui/test/html/paragraph/bidi_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/paragraph/bidi_golden_test.dart", "repo_id": "engine", "token_count": 9179 }
333
// 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:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; imp...
engine/lib/web_ui/test/html/picture_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/picture_golden_test.dart", "repo_id": "engine", "token_count": 541 }
334
// 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:test/test.dart'; import 'package:ui/src/engine.dart'; TestLine l( String? displayText, int? startIndex, int? endIndex, { bool? ha...
engine/lib/web_ui/test/html/text/layout_service_helper.dart/0
{ "file_path": "engine/lib/web_ui/test/html/text/layout_service_helper.dart", "repo_id": "engine", "token_count": 1628 }
335
// 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 'p...
engine/lib/web_ui/test/ui/fallback_fonts_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/ui/fallback_fonts_golden_test.dart", "repo_id": "engine", "token_count": 6980 }
336
// 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:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/ui.dart'; import '../common/test_initialization.dart'; ...
engine/lib/web_ui/test/ui/rect_test.dart/0
{ "file_path": "engine/lib/web_ui/test/ui/rect_test.dart", "repo_id": "engine", "token_count": 1274 }
337
// 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/mapping.h" #include "flutter/fml/synchronization/count_down_latch.h" #include "flutter/fml/synchronization/waitable_event.h" #include...
engine/runtime/dart_isolate_unittests.cc/0
{ "file_path": "engine/runtime/dart_isolate_unittests.cc", "repo_id": "engine", "token_count": 21203 }
338