/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-arabic-table.py | 158 shapes = {} 190 if items[0] not in shapes: 191 shapes[items[0]] = {} 192 shapes[items[0]][shape] = c 198 keys = shapes.keys () 201 s = [shapes[u][shape] if u in shapes and shape in shapes[u] else 0 217 liga = (shapes[pair[0]]['initial'], shapes[pai [all...] |
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
H A D | when-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js | 46 No shapes updated in the builder::
58 No shapes updated in the builder::
292 No shapes updated in the builder::
411 No shapes updated in the builder::
576 No shapes updated in the builder::
|
/third_party/typescript/tests/baselines/reference/tsbuild/noEmitOnError/ |
H A D | syntax-errors-with-incremental.js | 65 No shapes updated in the builder:: 149 No shapes updated in the builder::
|
H A D | syntax-errors.js | 65 No shapes updated in the builder:: 96 No shapes updated in the builder::
|
/third_party/skia/docs/examples/ |
H A D | shapes.cpp | 4 REG_FIDDLE_ANIMATED(shapes, 256, 256, false, 5, 0) { in REG_FIDDLE_ANIMATED()
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | with-noEmitOnError-syntax-errors.js | 179 No shapes updated in the builder:: 309 No shapes updated in the builder::
|
H A D | when-global-file-is-added,-the-signatures-are-updated.js | 211 No shapes updated in the builder::
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | with---out-incremental.js | 39 No shapes updated in the builder::
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/ |
H A D | does-not-emit-any-files-on-error.js | 74 No shapes updated in the builder::
128 No shapes updated in the builder::
322 No shapes updated in the builder::
437 No shapes updated in the builder::
|
H A D | does-not-emit-any-files-on-error-with-incremental.js | 74 No shapes updated in the builder::
181 No shapes updated in the builder::
507 No shapes updated in the builder::
|
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | 137 function f30(shapes: Shape[]) { 138 let names = pluck(shapes, "name"); // string[] 139 let widths = pluck(shapes, "width"); // number[] 140 let nameOrVisibles = pluck(shapes, cond ? "name" : "visible"); // (string | boolean)[] 758 function f30(shapes) {
759 var names = pluck(shapes, "name"); // string[]
760 var widths = pluck(shapes, "width"); // number[]
761 var nameOrVisibles = pluck(shapes, cond ? "name" : "visible"); // (string | boolean)[]
1184 declare function f30(shapes: Shape[]): void;
|
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 112 // GrStyledShape only respects the input winding direction and start point for rrect shapes in check_equivalence() 253 // For the derived shapes, if they're simple types, their original paths should have been reset in check_original_path_ids() 603 // All shapes should report the same "original" path, so that path renderers can get to it in init() 964 // shapes will differ. in test_stroke_param_impl() 984 // shapes will differ. in test_stroke_param_impl() 1031 // The cap should only affect shapes that may be open. in test_stroke_cap() 1682 SkAutoTArray<GrStyledShape> shapes(cnt); in test_rrect() 1689 shapes[index(inverted, dir, start, style, dash)] = in test_rrect() 1702 const GrStyledShape& exampleFillCase = shapes[index(false, kExamplesDir, kExamplesStart, kFill, in test_rrect() 1707 const GrStyledShape& exampleStrokeAndFillCase = shapes[inde in test_rrect() [all...] |
/third_party/skia/samplecode/ |
H A D | SampleThinAA.cpp | 464 SkTArray<sk_sp<OffscreenShapeRenderer>> shapes) { 467 for (int i = 0; i < shapes.count(); ++i) { 468 this->drawShape(canvas, name, gridX, shapes[i].get(), i == 0); 500 // Paints for outlines and actual shapes 539 // Lastly, shift the canvas translation down by 8 * kTH + padding for the next set of shapes
|
/third_party/glfw/tests/ |
H A D | cursor.c | 360 const int shapes[] = { in main() local 373 standard_cursors[i] = glfwCreateStandardCursor(shapes[i]); in main()
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_openvino.c | 326 input_shapes.shapes[i].shape.dims[0] = ctx->options.batch_size; in init_model_ov() 681 input_shapes.shapes->shape.dims[2] = input_height; in get_output_ov() 682 input_shapes.shapes->shape.dims[3] = input_width; in get_output_ov()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 299 // The shapes should fit just and just inside the renderArea. in iterate() 528 } shapes[] = in createMultisampleResolveRenderpassRenderAreaTests() local 547 for (const auto& testShape : shapes) in createMultisampleResolveRenderpassRenderAreaTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 293 // The shapes should fit just and just inside the renderArea. in iterate() 521 } shapes[] = in createMultisampleResolveRenderpassRenderAreaTests() local 540 for (const auto& testShape : shapes) in createMultisampleResolveRenderpassRenderAreaTests()
|
/third_party/typescript/tests/baselines/reference/tsc/cancellationToken/ |
H A D | when-emitting-buildInfo.js | 242 No shapes updated in the builder::
|
H A D | when-using-state.js | 242 No shapes updated in the builder::
|
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/ |
H A D | on-sample-project.js | 387 No shapes updated in the builder::
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTest.cpp | 84 "shapes": [ in DEF_TEST()
|