Home
last modified time | relevance | path

Searched defs:trackBounds (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkRecordDraw.cpp289 void trackBounds(const Save&) { this->pushSaveBlock(nullptr); } in trackBounds() function in SkRecords::FillBounds
290 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); } in trackBounds() function in SkRecords::FillBounds
291 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds() function in SkRecords::FillBounds
293 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
294 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
295 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
296 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
297 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
298 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
299 void trackBounds(const ClipRegion&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
[all …]
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c1048 Rect trackBounds; in App_DrawThemeScrollBarArrows() local
1077 Rect trackBounds; in App_GetThemeScrollBarTrackRect() local
1107 Rect trackBounds; in App_HitTestThemeScrollBarArrows() local