HomeSort by relevance Sort by last modified time
    Searched defs:SkMatrix44 (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkMatrix44.h 129 /** \class SkMatrix44
131 The SkMatrix44 class holds a 4x4 matrix.
133 SkMatrix44 is not thread safe unless you've first called SkMatrix44::getType().
135 class SK_API SkMatrix44 {
145 SkMatrix44(Uninitialized_Constructor) {}
147 constexpr SkMatrix44(Identity_Constructor)
156 SkMatrix44() { this->setIdentity(); }
158 SkMatrix44(const SkMatrix44& src)
    [all...]
  /external/skia/src/core/
SkMatrix44.cpp 8 #include "SkMatrix44.h"
15 bool SkMatrix44::operator==(const SkMatrix44& other) const {
52 int SkMatrix44::computeTypeMask() const {
77 void SkMatrix44::asColMajorf(float dst[]) const {
88 void SkMatrix44::as3x4RowMajorf(float dst[]) const {
94 void SkMatrix44::asColMajord(double dst[]) const {
105 void SkMatrix44::asRowMajorf(float dst[]) const {
117 void SkMatrix44::asRowMajord(double dst[]) const {
129 void SkMatrix44::setColMajorf(const float src[])
    [all...]

Completed in 117 milliseconds