OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qee
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/batches/
GrAAConvexPathRenderer.cpp
611
const QuadEdgeEffect&
qee
= gp.cast<QuadEdgeEffect>();
local
613
key |=
qee
.usesLocalCoords() &&
qee
.localMatrix().hasPerspective() ? 0x1 : 0x0;
614
key |=
qee
.colorIgnored() ? 0x2 : 0x0;
[
all
...]
GrPLSPathRenderer.cpp
577
const PLSQuadEdgeEffect&
qee
= gp.cast<PLSQuadEdgeEffect>();
local
579
key |=
qee
.usesLocalCoords() &&
qee
.localMatrix().hasPerspective() ? 0x1 : 0x0;
[
all
...]
Completed in 195 milliseconds