Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp594 , fFillBounds(cullRect, record) in CollectLayers()
597 void setCurrentOp(unsigned currentOp) { fFillBounds.setCurrentOp(currentOp); } in setCurrentOp()
603 fFillBounds.cleanUp(bbh); in cleanUp()
611 fFillBounds(op); in operator ()()
660 FillBounds::Bounds newBound = fFillBounds.adjustAndMap(src.fBounds, paint); in trackSaveLayersForPicture()
677 dst.fPreMat.postConcat(fFillBounds.ctm()); in trackSaveLayersForPicture()
690 dst.fKey[fSaveLayerOpStack.count()] = fFillBounds.currentOp(); in trackSaveLayersForPicture()
724 fSaveLayerOpStack.push(fFillBounds.currentOp()); in pushSaveLayerInfo()
727 fSaveLayerStack.push(SaveLayerInfo(fFillBounds.currentOp(), isSaveLayer, bounds, paint)); in pushSaveLayerInfo()
751 block.fBounds = fFillBounds.getBounds(sli.fStartIndex); in popSaveLayerInfo()
[all …]