Home
last modified time | relevance | path

Searched defs:mapPoints (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_gain_map.cpp344 dng_point mapPoints; in GetStream() local
/third_party/skia/modules/canvaskit/
Dmatrix.js81 CanvasKit.Matrix.mapPoints = function(matrix, ptArr) { function
Dexterns.js452 mapPoints: function() {}, method
/third_party/flutter/skia/include/core/
DSkMatrix.h1253 void mapPoints(SkPoint pts[], int count) const { in mapPoints() function
/third_party/skia/include/core/
DSkMatrix.h1321 void mapPoints(SkPoint pts[], int count) const { in mapPoints() function
/third_party/flutter/skia/modules/canvaskit/
Dinterface.js52 CanvasKit.SkMatrix.mapPoints = function(matrix, ptArr) { function
Dexterns.js178 mapPoints: function() {}, method
/third_party/flutter/skia/src/core/
DSkMatrix.cpp782 void SkMatrix::mapPoints(SkPoint dst[], const SkPoint src[], int count) const { in mapPoints() function in SkMatrix
/third_party/skia/src/core/
DSkMatrix.cpp779 void SkMatrix::mapPoints(SkPoint dst[], const SkPoint src[], int count) const { in mapPoints() function in SkMatrix
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2956 mapPoints(m: Matrix3x3 | number[], points: number[]): number[]; method