Home
last modified time | relevance | path

Searched refs:fPreMat (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrLayerHoister.cpp83 hl->fPreMat = initialMat; in prepare_for_hoisting()
84 hl->fPreMat.preConcat(info.fPreMat); in prepare_for_hoisting()
93 totMat.preConcat(info.fPreMat); in compute_source_rect()
263 initialCTM.preConcat(atlased[i].fPreMat); in DrawLayersToAtlas()
303 totMat.preConcat(info.fPreMat); in FilterLayer()
351 initialCTM.preConcat(layers[i].fPreMat); in DrawLayers()
DGrLayerHoister.h25 SkMatrix fPreMat; variable
/external/skia/src/core/
DSkLayerInfo.h38 SkMatrix fPreMat; variable
DSkRecordDraw.cpp676 dst.fPreMat = src.fPreMat; in trackSaveLayersForPicture()
677 dst.fPreMat.postConcat(fFillBounds.ctm()); in trackSaveLayersForPicture()
753 block.fPreMat = SkMatrix::I(); in popSaveLayerInfo()
/external/skia/tests/
DPictureTest.cpp393 REPORTER_ASSERT(reporter, info0.fPreMat.isIdentity()); in test_savelayer_extraction()
402 REPORTER_ASSERT(reporter, info1.fPreMat.isIdentity()); in test_savelayer_extraction()
413 REPORTER_ASSERT(reporter, info2.fPreMat.isIdentity()); in test_savelayer_extraction()
423 REPORTER_ASSERT(reporter, info3.fPreMat.isIdentity()); in test_savelayer_extraction()
433 REPORTER_ASSERT(reporter, info4.fPreMat.isIdentity()); in test_savelayer_extraction()
443 REPORTER_ASSERT(reporter, info5.fPreMat.isIdentity()); in test_savelayer_extraction()
452 REPORTER_ASSERT(reporter, info6.fPreMat.isIdentity()); in test_savelayer_extraction()
462 REPORTER_ASSERT(reporter, info7.fPreMat.isIdentity()); in test_savelayer_extraction()