Home
last modified time | relevance | path

Searched refs:shapes (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-arabic-table.py158 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 Dwhen-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js46 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 Dsyntax-errors-with-incremental.js65 No shapes updated in the builder::
149 No shapes updated in the builder::
H A Dsyntax-errors.js65 No shapes updated in the builder::
96 No shapes updated in the builder::
/third_party/skia/docs/examples/
H A Dshapes.cpp4 REG_FIDDLE_ANIMATED(shapes, 256, 256, false, 5, 0) { in REG_FIDDLE_ANIMATED()
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A Dwith-noEmitOnError-syntax-errors.js179 No shapes updated in the builder::
309 No shapes updated in the builder::
H A Dwhen-global-file-is-added,-the-signatures-are-updated.js211 No shapes updated in the builder::
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
H A Dwith---out-incremental.js39 No shapes updated in the builder::
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/
H A Ddoes-not-emit-any-files-on-error.js74 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 Ddoes-not-emit-any-files-on-error-with-incremental.js74 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 DkeyofAndIndexedAccess.js137 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 DGrStyledShapeTest.cpp112 // 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 DSampleThinAA.cpp464 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 Dcursor.c360 const int shapes[] = { in main() local
373 standard_cursors[i] = glfwCreateStandardCursor(shapes[i]); in main()
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_openvino.c326 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 DvktPipelineMultisampleResolveRenderAreaTests.cpp299 // 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 DvktPipelineMultisampleResolveRenderAreaTests.cpp293 // 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 Dwhen-emitting-buildInfo.js242 No shapes updated in the builder::
H A Dwhen-using-state.js242 No shapes updated in the builder::
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
H A Don-sample-project.js387 No shapes updated in the builder::
/third_party/skia/modules/skottie/src/
H A DSkottieTest.cpp84 "shapes": [ in DEF_TEST()

Completed in 23 milliseconds