OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkMatrix44
(Results
1 - 6
of
6
) sorted by null
/external/skia/bench/
Matrix44Bench.cpp
9
#include "
SkMatrix44
.h"
47
, fM0(
SkMatrix44
::kIdentity_Constructor)
48
, fM1(
SkMatrix44
::kIdentity_Constructor)
49
, fM2(
SkMatrix44
::kIdentity_Constructor)
63
SkMatrix44
fM0, fM1, fM2;
71
, mat(
SkMatrix44
::kIdentity_Constructor)
87
SkMatrix44
mat;
95
, fM0(
SkMatrix44
::kUninitialized_Constructor)
107
SkMatrix44
fM0;
116
, fM0(
SkMatrix44
::kUninitialized_Constructor
[
all
...]
/external/skia/tests/
Matrix44Test.cpp
8
#include "
SkMatrix44
.h"
56
static bool nearly_equal(const
SkMatrix44
& a, const
SkMatrix44
& b) {
68
static bool is_identity(const
SkMatrix44
& m) {
69
SkMatrix44
identity(
SkMatrix44
::kIdentity_Constructor);
80
SkMatrix44
* placeholderMatrix = new
SkMatrix44
(
SkMatrix44
::kUninitialized_Constructor);
81
SkAutoTDelete<
SkMatrix44
> deleteMe(placeholderMatrix)
[
all
...]
/external/skia/include/utils/
SkMatrix44.h
129
class SK_API
SkMatrix44
{
139
SkMatrix44
(Uninitialized_Constructor) { }
140
SkMatrix44
(Identity_Constructor) { this->setIdentity(); }
143
SkMatrix44
() { this->setIdentity(); }
145
SkMatrix44
(const
SkMatrix44
& src) {
150
SkMatrix44
(const
SkMatrix44
& a, const
SkMatrix44
& b) {
154
SkMatrix44
& operator=(const SkMatrix44& src)
[
all
...]
/external/skia/src/utils/
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
::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
::setColMajord(const double src[])
[
all
...]
/external/skia/samplecode/
SampleSkLayer.cpp
14
#include "
SkMatrix44
.h"
15
static void test_inv(const char label[], const
SkMatrix44
& mat) {
19
SkMatrix44
inv;
26
SkMatrix44
a, b;
40
const
SkMatrix44
& mat,
52
static void test_33(const
SkMatrix44
& mat,
66
SkMatrix44
m0, m1, m2;
/external/skia/
Android.mk
632
src/utils/
SkMatrix44
.cpp \
Completed in 177 milliseconds