OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentMatrix
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp
510
mCurrentMatrix
= &(mMatrixStack.last());
670
mCurrentMatrix
->preConcat(affine);
677
mCurrentMatrix
->preRotate(SkFloatToScalar(value));
683
mCurrentMatrix
->preScale(SkFloatToScalar(size.width()), SkFloatToScalar(size.height()));
689
mCurrentMatrix
->preTranslate(SkFloatToScalar(x), SkFloatToScalar(y));
695
return *
mCurrentMatrix
;
946
mCurrentMatrix
->mapRect(&mapBounds, clip);
982
mCurrentMatrix
= &(mMatrixStack.last());
988
mCurrentMatrix
= &(mMatrixStack.last());
[
all
...]
PlatformGraphicsContextRecording.h
170
SkMatrix*
mCurrentMatrix
;
Completed in 31 milliseconds