HomeSort by relevance Sort by last modified time
    Searched refs:trackBounds (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkRecordDraw.cpp 192 this->trackBounds(op);
291 void trackBounds(const Save&) { this->pushSaveBlock(nullptr); }
292 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); }
293 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); }
295 void trackBounds(const SetMatrix&) { this->pushControl(); }
296 void trackBounds(const Concat&) { this->pushControl(); }
297 void trackBounds(const Translate&) { this->pushControl(); }
298 void trackBounds(const ClipRect&) { this->pushControl(); }
299 void trackBounds(const ClipRRect&) { this->pushControl(); }
300 void trackBounds(const ClipPath&) { this->pushControl();
    [all...]
  /external/skqp/src/core/
SkRecordDraw.cpp 192 this->trackBounds(op);
291 void trackBounds(const Save&) { this->pushSaveBlock(nullptr); }
292 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); }
293 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); }
295 void trackBounds(const SetMatrix&) { this->pushControl(); }
296 void trackBounds(const Concat&) { this->pushControl(); }
297 void trackBounds(const Translate&) { this->pushControl(); }
298 void trackBounds(const ClipRect&) { this->pushControl(); }
299 void trackBounds(const ClipRRect&) { this->pushControl(); }
300 void trackBounds(const ClipPath&) { this->pushControl();
    [all...]
  /external/python/cpython2/Mac/Modules/app/
_Appmodule.c 1048 Rect trackBounds;
1062 &trackBounds);
1065 PyMac_BuildRect, &trackBounds);
1077 Rect trackBounds;
1091 &trackBounds);
1094 PyMac_BuildRect, &trackBounds);
1107 Rect trackBounds;
    [all...]

Completed in 1562 milliseconds