Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrixClipStateMgr.cpp11 bool SkMatrixClipStateMgr::MatrixClipState::ClipInfo::clipPath(SkPictureRecord* picRecord, in clipPath()
27 bool SkMatrixClipStateMgr::MatrixClipState::ClipInfo::clipRegion(SkPictureRecord* picRecord, in clipRegion()
40 void SkMatrixClipStateMgr::writeDeltaMat(int currentMatID, int desiredMatID) { in writeDeltaMat()
54 void SkMatrixClipStateMgr::MatrixClipState::ClipInfo::writeClip(int* curMatID, in writeClip()
55 SkMatrixClipStateMgr* mgr) { in writeClip()
100 SkMatrixClipStateMgr::SkMatrixClipStateMgr() in SkMatrixClipStateMgr() function in SkMatrixClipStateMgr
120 SkMatrixClipStateMgr::~SkMatrixClipStateMgr() { in ~SkMatrixClipStateMgr()
129 int SkMatrixClipStateMgr::MCStackPush(SkCanvas::SaveFlags flags) { in MCStackPush()
139 int SkMatrixClipStateMgr::save(SkCanvas::SaveFlags flags) { in save()
145 int SkMatrixClipStateMgr::saveLayer(const SkRect* bounds, const SkPaint* paint, in saveLayer()
[all …]
DSkMatrixClipStateMgr.h51 class SkMatrixClipStateMgr {
95 int getID(SkMatrixClipStateMgr* mgr) { in getID()
150 void writeClip(int* curMatID, SkMatrixClipStateMgr* mgr);
262 SkMatrixClipStateMgr();
263 ~SkMatrixClipStateMgr();
319 this->call(SkMatrixClipStateMgr::kClip_CallType); in clipRect()
325 this->call(SkMatrixClipStateMgr::kClip_CallType); in clipRRect()
331 this->call(SkMatrixClipStateMgr::kClip_CallType); in clipPath()
337 this->call(SkMatrixClipStateMgr::kClip_CallType); in clipRegion()
DSkPictureRecord.cpp955 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in clear()
968 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in drawPaint()
983 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in drawPoints()
1008 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in drawOval()
1023 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in drawRect()
1038 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in drawRRect()
1060 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in onDrawDRRect()
1085 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in drawPath()
1104 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in drawBitmap()
1126 fMCMgr.call(SkMatrixClipStateMgr::kOther_CallType); in drawBitmapRectToRect()
[all …]
DSkPictureRecord.h310 friend class SkMatrixClipStateMgr; // for access to *Impl methods variable
332 SkMatrixClipStateMgr fMCMgr;
/external/skia/gyp/
Dcore.gypi115 '<(skia_src_path)/core/SkMatrixClipStateMgr.cpp',
116 '<(skia_src_path)/core/SkMatrixClipStateMgr.h',
/external/skia/
DAndroid.mk146 src/core/SkMatrixClipStateMgr.cpp \