OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCoordChangeMatrix
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrDrawEffect.h
32
const SkMatrix&
getCoordChangeMatrix
() const {
36
return fEffectStage->
getCoordChangeMatrix
();
GrEffectStage.h
203
const SkMatrix&
getCoordChangeMatrix
() const {
/external/skia/include/gpu/
GrDrawEffect.h
32
const SkMatrix&
getCoordChangeMatrix
() const {
36
return fEffectStage->
getCoordChangeMatrix
();
GrEffectStage.h
203
const SkMatrix&
getCoordChangeMatrix
() const {
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp
103
const SkMatrix& coordChangeMatrix = drawEffect.
getCoordChangeMatrix
();
122
combined.setConcat(coordTransform.getMatrix(), drawEffect.
getCoordChangeMatrix
());
165
type1 = drawEffect.
getCoordChangeMatrix
().getType();
/external/skia/src/gpu/gl/
GrGLProgramEffects.cpp
103
const SkMatrix& coordChangeMatrix = drawEffect.
getCoordChangeMatrix
();
122
combined.setConcat(coordTransform.getMatrix(), drawEffect.
getCoordChangeMatrix
());
165
type1 = drawEffect.
getCoordChangeMatrix
().getType();
Completed in 28 milliseconds