OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcoordchangematrix
(Results
1 - 13
of
13
) sorted by null
/external/skia/src/gpu/effects/
GrSimpleTextureEffect.cpp
42
stage.
getCoordChangeMatrix
(),
48
fEffectMatrix.setData(uman, ste.getMatrix(), stage.
getCoordChangeMatrix
(), ste.texture(0));
GrConvolutionEffect.cpp
110
fEffectMatrix.setData(uman, conv.getMatrix(), stage.
getCoordChangeMatrix
(), conv.texture(0));
118
s.
getCoordChangeMatrix
(),
GrTextureDomainEffect.cpp
105
stage.
getCoordChangeMatrix
(),
114
stage.
getCoordChangeMatrix
(),
GrConfigConversionEffect.cpp
74
stage.
getCoordChangeMatrix
(),
84
s.
getCoordChangeMatrix
(),
/external/skia/src/effects/
SkBlendImageFilter.cpp
307
stage.
getCoordChangeMatrix
(),
311
stage.
getCoordChangeMatrix
(),
323
stage.
getCoordChangeMatrix
(),
327
stage.
getCoordChangeMatrix
(),
SkDisplacementMapEffect.cpp
482
stage.
getCoordChangeMatrix
(),
486
stage.
getCoordChangeMatrix
(),
504
stage.
getCoordChangeMatrix
(),
508
stage.
getCoordChangeMatrix
(),
SkMagnifierImageFilter.cpp
187
fEffectMatrix.setData(uman, zoom.getMatrix(), stage.
getCoordChangeMatrix
(), zoom.texture(0));
193
stage.
getCoordChangeMatrix
(),
SkBicubicImageFilter.cpp
271
s.
getCoordChangeMatrix
(),
287
stage.
getCoordChangeMatrix
(),
SkMorphologyImageFilter.cpp
362
s.
getCoordChangeMatrix
(),
384
fEffectMatrix.setData(uman, kern.getMatrix(), stage.
getCoordChangeMatrix
(), kern.texture(0));
SkMatrixConvolutionImageFilter.cpp
463
s.
getCoordChangeMatrix
(),
486
stage.
getCoordChangeMatrix
(),
SkLightingImageFilter.cpp
[
all
...]
/external/skia/include/gpu/
GrEffectStage.h
159
const SkMatrix&
getCoordChangeMatrix
() const { return fCoordChangeMatrix; }
/external/skia/src/effects/gradients/
SkGradientShader.cpp
709
fEffectMatrix.setData(uman, e.getMatrix(), stage.
getCoordChangeMatrix
(), texture);
721
return GrGLEffectMatrix::GenKey(e.getMatrix(), s.
getCoordChangeMatrix
(), texture);
Completed in 1819 milliseconds