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

  /external/skia/src/core/
SkLayerInfo.h 42 SkMatrix fPreMat;
SkRecordDraw.cpp 682 dst.fPreMat = src.fPreMat;
683 dst.fPreMat.postConcat(fFillBounds.ctm());
760 block.fPreMat = SkMatrix::I();
  /external/skia/src/gpu/
GrLayerHoister.h 25 SkMatrix fPreMat;
GrLayerHoister.cpp 81 hl->fPreMat = initialMat;
82 hl->fPreMat.preConcat(info.fPreMat);
91 totMat.preConcat(info.fPreMat);
266 initialCTM.preConcat(atlased[i].fPreMat);
294 totMat.preConcat(info.fPreMat);
349 initialCTM.preConcat(layers[i].fPreMat);
  /external/skia/tests/
PictureTest.cpp 405 REPORTER_ASSERT(reporter, info0.fPreMat.isIdentity());
414 REPORTER_ASSERT(reporter, info1.fPreMat.isIdentity());
425 REPORTER_ASSERT(reporter, info2.fPreMat.isIdentity());
435 REPORTER_ASSERT(reporter, info3.fPreMat.isIdentity());
445 REPORTER_ASSERT(reporter, info4.fPreMat.isIdentity());
455 REPORTER_ASSERT(reporter, info5.fPreMat.isIdentity());
464 REPORTER_ASSERT(reporter, info6.fPreMat.isIdentity());
474 REPORTER_ASSERT(reporter, info7.fPreMat.isIdentity());
    [all...]

Completed in 317 milliseconds