Searched refs:InputFlattenedPointArray (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/modules/canvaskit/npm_build/types/ |
| D | index.d.ts | 364 MakeVertices(mode: VertexMode, positions: InputFlattenedPointArray, 365 textureCoordinates?: InputFlattenedPointArray | null, 1178 positions: InputFlattenedPointArray, 1320 drawPatch(cubics: InputFlattenedPointArray, 1322 texs?: InputFlattenedPointArray | null, 1340 drawPoints(mode: PointMode, points: InputFlattenedPointArray, paint: Paint): void; 2100 addPoly(points: InputFlattenedPointArray, close: boolean): Path; 2131 addVerbsPointsWeights(verbs: VerbList, points: InputFlattenedPointArray, 3305 MakeFromVerbsPointsWeights(verbs: VerbList, points: InputFlattenedPointArray, 3746 export type InputFlattenedPointArray = MallocObj | FlattenedPointArray | number[]; alias
|