OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPtsToUnit
(Results
1 - 7
of
7
) sorted by null
/external/skia/src/effects/gradients/
SkGradientShaderPriv.h
230
const SkMatrix
fPtsToUnit
;
SkSweepGradient.cpp
247
matrix.postConcat(
fPtsToUnit
);
Sk4fGradientBase.cpp
117
fDstToPos.setConcat(shader.
fPtsToUnit
, inverse);
SkGradientShader.cpp
72
,
fPtsToUnit
(ptsToUnit)
74
fPtsToUnit
.getType(); // Precache so reads are threadsafe.
306
fDstToIndex.setConcat(shader.
fPtsToUnit
, inverse);
[
all
...]
SkRadialGradient.cpp
361
matrix.postConcat(
fPtsToUnit
);
SkTwoPointConicalGradient.cpp
365
SkASSERT(
fPtsToUnit
.isIdentity());
SkLinearGradient.cpp
478
matrix.postConcat(
fPtsToUnit
);
Completed in 56 milliseconds