Searched defs:SkMatrix44 (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/utils/
H A DSkMatrix44.h129 class SK_API SkMatrix44 { class
139 SkMatrix44(Uninitialized_Constructor) { } function in class:SkMatrix44
140 SkMatrix44(Identity_Constructor) { this->setIdentity(); } function in class:SkMatrix44
143 SkMatrix44() { this->setIdentity(); } function in class:SkMatrix44
145 SkMatrix44(const SkMatrix44& src) { function in class:SkMatrix44
150 SkMatrix44(const SkMatrix44& a, const SkMatrix44& b) { function in class:SkMatrix44
154 SkMatrix44
[all...]
/external/skia/src/utils/
H A DSkMatrix44.cpp8 #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::asColMajord(double dst[]) const {
99 void SkMatrix44::asRowMajorf(float dst[]) const {
111 void SkMatrix44::asRowMajord(double dst[]) const {
123 void SkMatrix44::setColMajorf(const float src[]) {
136 void SkMatrix44
965 SkMatrix44::SkMatrix44(const SkMatrix& src) { function in class:SkMatrix44
[all...]

Completed in 172 milliseconds