OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preConcatMatrix
(Results
1 - 4
of
4
) sorted by null
/external/skia/gpu/include/
GrPaint.h
100
fTextureSamplers[i].
preConcatMatrix
(matrix);
103
fMaskSamplers[i].
preConcatMatrix
(matrix);
GrSamplerState.h
171
void
preConcatMatrix
(const GrMatrix& matrix) { fMatrix.preConcat(matrix); }
GrDrawTarget.h
273
fCurrDrawState.fSamplerStates[stage].
preConcatMatrix
(matrix);
[
all
...]
/external/skia/gpu/src/
GrContext.cpp
640
sampler.
preConcatMatrix
(sampleM);
[
all
...]
Completed in 420 milliseconds