OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:viewM
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp
333
SkMatrix
viewM
= target->getDrawState().getViewMatrix();
349
tol = GrPathUtils::scaleToleranceToSrc(tol,
viewM
, path.getBounds());
466
GetPathDevBounds(path, drawState->getRenderTarget(),
viewM
, &devBounds);
GrDrawTarget.cpp
539
SkMatrix
viewM
= drawState->getViewMatrix();
540
viewM
.mapRect(&devBounds);
[
all
...]
GrAAHairLinePathRenderer.cpp
739
const SkMatrix&
viewM
= drawState->getViewMatrix();
755
if (
viewM
.hasPerspective()) {
756
if (
viewM
.invert(&ivm)) {
786
const SkMatrix&
viewM
= drawState->getViewMatrix();
803
if (
viewM
.hasPerspective()) {
804
if (
viewM
.invert(&ivm)) {
805
toDevice = &
viewM
;
[
all
...]
/external/skia/src/gpu/
GrDefaultPathRenderer.cpp
333
SkMatrix
viewM
= target->getDrawState().getViewMatrix();
349
tol = GrPathUtils::scaleToleranceToSrc(tol,
viewM
, path.getBounds());
466
GetPathDevBounds(path, drawState->getRenderTarget(),
viewM
, &devBounds);
GrDrawTarget.cpp
539
SkMatrix
viewM
= drawState->getViewMatrix();
540
viewM
.mapRect(&devBounds);
[
all
...]
GrAAHairLinePathRenderer.cpp
739
const SkMatrix&
viewM
= drawState->getViewMatrix();
755
if (
viewM
.hasPerspective()) {
756
if (
viewM
.invert(&ivm)) {
786
const SkMatrix&
viewM
= drawState->getViewMatrix();
803
if (
viewM
.hasPerspective()) {
804
if (
viewM
.invert(&ivm)) {
805
toDevice = &
viewM
;
[
all
...]
Completed in 50 milliseconds