OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preConcatCoordChange
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/gpu/
GrPaint.h
187
fColorStages[i].
preConcatCoordChange
(inv);
197
fCoverageStages[i].
preConcatCoordChange
(inv);
210
fColorStages[i].
preConcatCoordChange
(preConcat);
215
fCoverageStages[i].
preConcatCoordChange
(preConcat);
GrEffectStage.h
63
void
preConcatCoordChange
(const SkMatrix& matrix) { fCoordChangeMatrix.preConcat(matrix); }
75
*
preConcatCoordChange
calls since the effect was installed. It is used when then caller
/external/skia/src/gpu/
GrDrawState.cpp
590
drawState->fStages[s].
preConcatCoordChange
(preconcatMatrix);
637
stage->
preConcatCoordChange
(invVM);
GrDrawState.h
554
fStages[i].
preConcatCoordChange
(preConcat);
574
fStages[i].
preConcatCoordChange
(preConcatInverse);
[
all
...]
Completed in 31 milliseconds