Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp192 this->trackBounds(op); in operator ()()
291 void trackBounds(const Save&) { this->pushSaveBlock(nullptr); } in trackBounds() function in SkRecords::FillBounds
292 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); } in trackBounds() function in SkRecords::FillBounds
293 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds() function in SkRecords::FillBounds
295 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
296 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
297 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
298 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
299 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
300 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
[all …]
/external/skqp/src/core/
DSkRecordDraw.cpp192 this->trackBounds(op); in operator ()()
291 void trackBounds(const Save&) { this->pushSaveBlock(nullptr); } in trackBounds() function in SkRecords::FillBounds
292 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); } in trackBounds() function in SkRecords::FillBounds
293 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds() function in SkRecords::FillBounds
295 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
296 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
297 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
298 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
299 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
300 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
[all …]
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c1048 Rect trackBounds; in App_DrawThemeScrollBarArrows() local
1062 &trackBounds); in App_DrawThemeScrollBarArrows()
1065 PyMac_BuildRect, &trackBounds); in App_DrawThemeScrollBarArrows()
1077 Rect trackBounds; in App_GetThemeScrollBarTrackRect() local
1091 &trackBounds); in App_GetThemeScrollBarTrackRect()
1094 PyMac_BuildRect, &trackBounds); in App_GetThemeScrollBarTrackRect()
1107 Rect trackBounds; in App_HitTestThemeScrollBarArrows() local
1124 &trackBounds, in App_HitTestThemeScrollBarArrows()
1128 PyMac_BuildRect, &trackBounds, in App_HitTestThemeScrollBarArrows()