Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrLayerHoister.cpp81 hl->fPreMat = initialMat; in prepare_for_hoisting()
82 hl->fPreMat.preConcat(info.fPreMat); in prepare_for_hoisting()
91 totMat.preConcat(info.fPreMat); in compute_source_rect()
266 initialCTM.preConcat(atlased[i].fPreMat); in DrawLayersToAtlas()
294 totMat.preConcat(info.fPreMat); in FilterLayer()
349 initialCTM.preConcat(layers[i].fPreMat); in DrawLayers()
DGrLayerHoister.h25 SkMatrix fPreMat; variable
/external/skia/src/core/
DSkLayerInfo.h42 SkMatrix fPreMat; variable
DSkRecordDraw.cpp682 dst.fPreMat = src.fPreMat; in trackSaveLayersForPicture()
683 dst.fPreMat.postConcat(fFillBounds.ctm()); in trackSaveLayersForPicture()
760 block.fPreMat = SkMatrix::I(); in popSaveLayerInfo()
/external/skia/tests/
DPictureTest.cpp405 REPORTER_ASSERT(reporter, info0.fPreMat.isIdentity()); in test_savelayer_extraction()
414 REPORTER_ASSERT(reporter, info1.fPreMat.isIdentity()); in test_savelayer_extraction()
425 REPORTER_ASSERT(reporter, info2.fPreMat.isIdentity()); in test_savelayer_extraction()
435 REPORTER_ASSERT(reporter, info3.fPreMat.isIdentity()); in test_savelayer_extraction()
445 REPORTER_ASSERT(reporter, info4.fPreMat.isIdentity()); in test_savelayer_extraction()
455 REPORTER_ASSERT(reporter, info5.fPreMat.isIdentity()); in test_savelayer_extraction()
464 REPORTER_ASSERT(reporter, info6.fPreMat.isIdentity()); in test_savelayer_extraction()
474 REPORTER_ASSERT(reporter, info7.fPreMat.isIdentity()); in test_savelayer_extraction()