Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkDraw_vertices.cpp26 struct Matrix43 { struct
34 void setConcat(const Matrix43 a, const SkMatrix& b) { in setConcat() argument
54 float dot(int index, float x, float y) const { in dot()