Searched defs:mapPoints (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_gain_map.cpp | 344 dng_point mapPoints; in GetStream() local
|
/third_party/skia/modules/canvaskit/ |
D | matrix.js | 81 CanvasKit.Matrix.mapPoints = function(matrix, ptArr) { function
|
D | externs.js | 452 mapPoints: function() {}, method
|
/third_party/flutter/skia/include/core/ |
D | SkMatrix.h | 1253 void mapPoints(SkPoint pts[], int count) const { in mapPoints() function
|
/third_party/skia/include/core/ |
D | SkMatrix.h | 1321 void mapPoints(SkPoint pts[], int count) const { in mapPoints() function
|
/third_party/flutter/skia/modules/canvaskit/ |
D | interface.js | 52 CanvasKit.SkMatrix.mapPoints = function(matrix, ptArr) { function
|
D | externs.js | 178 mapPoints: function() {}, method
|
/third_party/flutter/skia/src/core/ |
D | SkMatrix.cpp | 782 void SkMatrix::mapPoints(SkPoint dst[], const SkPoint src[], int count) const { in mapPoints() function in SkMatrix
|
/third_party/skia/src/core/ |
D | SkMatrix.cpp | 779 void SkMatrix::mapPoints(SkPoint dst[], const SkPoint src[], int count) const { in mapPoints() function in SkMatrix
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 2956 mapPoints(m: Matrix3x3 | number[], points: number[]): number[]; method
|