OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transformZ
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
TessellationCache.h
94
const SkPath* casterPerimeter, const Matrix4* transformXY, const Matrix4*
transformZ
,
101
,
transformZ
(*
transformZ
)
118
const Matrix4
transformZ
;
167
const Matrix4* transformXY, const Matrix4*
transformZ
,
171
const Matrix4* transformXY, const Matrix4*
transformZ
,
177
const Matrix4* transformXY, const Matrix4*
transformZ
,
TessellationCache.cpp
189
static void mapPointFakeZ(Vector3& point, const mat4* transformXY, const mat4*
transformZ
) {
191
point.z =
transformZ
->mapZ(point);
282
&t->transformXY, &t->
transformZ
, t->lightCenter, t->lightRadius,
357
const Matrix4* transformXY, const Matrix4*
transformZ
,
363
casterPerimeter, transformXY,
transformZ
, lightCenter, lightRadius);
374
const Matrix4* transformXY, const Matrix4*
transformZ
,
380
transformXY,
transformZ
, lightCenter, lightRadius);
390
const Matrix4* transformXY, const Matrix4*
transformZ
,
396
transformXY,
transformZ
, lightCenter, lightRadius);
DisplayListOp.h
[
all
...]
/frameworks/base/libs/hwui/tests/unit/
FrameBuilderTests.cpp
[
all
...]
Completed in 1065 milliseconds