OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalMatrix
(Results
1 - 2
of
2
) sorted by null
/external/skia/legacy/src/core/
SkCanvas.cpp
94
void updateMC(const SkMatrix&
totalMatrix
, const SkRasterClip& totalClip,
102
fMatrix = &
totalMatrix
;
105
fMatrixStorage =
totalMatrix
;
614
const SkMatrix&
totalMatrix
= this->getTotalMatrix();
619
layer->updateMC(
totalMatrix
, totalClip, fClipStack, NULL);
627
layer->updateMC(
totalMatrix
, clip, fClipStack, &clip);
[
all
...]
/external/skia/src/core/
SkCanvas.cpp
163
void updateMC(const SkMatrix&
totalMatrix
, const SkRasterClip& totalClip,
171
fMatrix = &
totalMatrix
;
174
fMatrixStorage =
totalMatrix
;
717
const SkMatrix&
totalMatrix
= this->getTotalMatrix();
722
layer->updateMC(
totalMatrix
, totalClip, fClipStack, NULL);
726
layer->updateMC(
totalMatrix
, clip, fClipStack, &clip);
[
all
...]
Completed in 84 milliseconds