HomeSort by relevance Sort by last modified time
    Searched refs:fLocalMat (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkLayerInfo.h 48 SkMatrix fLocalMat;
SkRecordDraw.cpp 681 dst.fLocalMat = src.fLocalMat;
759 block.fLocalMat = fFillBounds.ctm();
  /external/skia/src/gpu/
GrLayerHoister.h 26 SkMatrix fLocalMat;
GrLayerHoister.cpp 79 hl->fLocalMat = info.fLocalMat;
92 totMat.preConcat(info.fLocalMat);
269 atlasCanvas->concat(atlased[i].fLocalMat);
295 totMat.preConcat(info.fLocalMat);
352 layerCanvas->concat(layers[i].fLocalMat);
  /external/skia/tests/
PictureTest.cpp 404 REPORTER_ASSERT(reporter, info0.fLocalMat.isIdentity());
413 REPORTER_ASSERT(reporter, info1.fLocalMat.isIdentity());
424 REPORTER_ASSERT(reporter, !info2.fLocalMat.isIdentity());
434 REPORTER_ASSERT(reporter, info3.fLocalMat.isIdentity());
444 REPORTER_ASSERT(reporter, info4.fLocalMat.isIdentity());
454 REPORTER_ASSERT(reporter, info5.fLocalMat.isIdentity());
463 REPORTER_ASSERT(reporter, info6.fLocalMat.isIdentity());
473 REPORTER_ASSERT(reporter, info7.fLocalMat.isIdentity());
    [all...]

Completed in 62 milliseconds