Searched refs:CONIC_VERB (Results 1 – 10 of 10) sorted by relevance
/external/skqp/modules/pathkit/tests/ |
D | path.spec.js | 172 [PathKit.CONIC_VERB, 38, 138, 20, 138, bits2float("0x3f3504f3)")], // 0.707107f 173 [PathKit.CONIC_VERB, 2, 138, 2, 120, bits2float("0x3f3504f3)")], // 0.707107f 174 [PathKit.CONIC_VERB, 2, 102, 20, 102, bits2float("0x3f3504f3)")], // 0.707107f 175 …[PathKit.CONIC_VERB, bits2float("0x41dba58e"), 102, bits2float("0x4202e962"), bits2float("0x42d68b…
|
/external/skia/modules/pathkit/tests/ |
D | path.spec.js | 156 [PathKit.CONIC_VERB, 38, 138, 20, 138, bits2float("0x3f3504f3)")], // 0.707107f 157 [PathKit.CONIC_VERB, 2, 138, 2, 120, bits2float("0x3f3504f3)")], // 0.707107f 158 [PathKit.CONIC_VERB, 2, 102, 20, 102, bits2float("0x3f3504f3)")], // 0.707107f 159 …[PathKit.CONIC_VERB, bits2float("0x41dba58e"), 102, bits2float("0x4202e962"), bits2float("0x42d68b…
|
/external/skia/modules/canvaskit/tests/ |
D | path.spec.js | 125 CanvasKit.QUAD_VERB, CanvasKit.CONIC_VERB, CanvasKit.CUBIC_VERB, CanvasKit.CLOSE_VERB 145 [CanvasKit.CONIC_VERB, 9, 10, 11, 12, 117], 197 CanvasKit.QUAD_VERB, CanvasKit.CONIC_VERB, CanvasKit.CUBIC_VERB, CanvasKit.CLOSE_VERB 221 [CanvasKit.CONIC_VERB, 9, 10, 11, 12, 117],
|
D | core.spec.js | 965 expect(CanvasKit.CONIC_VERB).toEqual(3);
|
/external/skqp/experimental/canvaskit/ |
D | externs.js | 280 CONIC_VERB: {}, property
|
/external/skia/modules/canvaskit/ |
D | externs.js | 745 CONIC_VERB: {}, property
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 425 const p4 = CK.Path.MakeFromVerbsPointsWeights([CK.CONIC_VERB], points, [2.3]); 443 path.addVerbsPointsWeights([CK.CONIC_VERB], points, [2.3]);
|
D | index.d.ts | 467 readonly CONIC_VERB: number; property
|
/external/skia/site/docs/user/modules/ |
D | pathkit.md | 877 - `PathKit.CONIC_VERB` = 3
|
/external/skqp/site/user/modules/ |
D | pathkit.md | 808 - `PathKit.CONIC_VERB` = 3
|