OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapXY
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
ShadowTest.cpp
135
SkPoint
mapXY
= ctm.
mapXY
(rec.fLightPos.fX, rec.fLightPos.fY);
136
SkPoint3 devLightPos = SkPoint3::Make(
mapXY
.fX,
mapXY
.fY, rec.fLightPos.fZ);
/external/skqp/tests/
ShadowTest.cpp
135
SkPoint
mapXY
= ctm.
mapXY
(rec.fLightPos.fX, rec.fLightPos.fY);
136
SkPoint3 devLightPos = SkPoint3::Make(
mapXY
.fX,
mapXY
.fY, rec.fLightPos.fZ);
/external/skia/include/core/
SkMatrix.h
445
/** Sets input x-axis perspective factor, which causes
mapXY
() to vary input x-axis values
452
/** Sets input y-axis perspective factor, which causes
mapXY
() to vary input y-axis values
[
all
...]
/external/skqp/include/core/
SkMatrix.h
445
/** Sets input x-axis perspective factor, which causes
mapXY
() to vary input x-axis values
452
/** Sets input y-axis perspective factor, which causes
mapXY
() to vary input y-axis values
[
all
...]
/external/skia/src/core/
SkMatrix.cpp
806
void SkMatrix::
mapXY
(SkScalar x, SkScalar y, SkPoint* result) const {
[
all
...]
Completed in 2852 milliseconds