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

  /external/skia/src/core/
SkClipStackDevice.h 36 ClipType onGetClipType() const override;
SkClipStackDevice.cpp 91 SkBaseDevice::ClipType SkClipStackDevice::onGetClipType() const {
SkBitmapDevice.h 134 ClipType onGetClipType() const override;
SkDevice.h 153 virtual ClipType onGetClipType() const = 0;
412 ClipType onGetClipType() const override {
SkDevice.cpp 57 if (kRect_ClipType == this->onGetClipType()) {
SkBitmapDevice.cpp 791 SkBaseDevice::ClipType SkBitmapDevice::onGetClipType() const {
SkCanvas.cpp     [all...]
  /external/skqp/src/core/
SkClipStackDevice.h 36 ClipType onGetClipType() const override;
SkClipStackDevice.cpp 91 SkBaseDevice::ClipType SkClipStackDevice::onGetClipType() const {
SkBitmapDevice.h 135 ClipType onGetClipType() const override;
SkDevice.h 153 virtual ClipType onGetClipType() const = 0;
413 ClipType onGetClipType() const override {
SkDevice.cpp 57 if (kRect_ClipType == this->onGetClipType()) {
SkBitmapDevice.cpp 802 SkBaseDevice::ClipType SkBitmapDevice::onGetClipType() const {
SkCanvas.cpp     [all...]
  /external/skia/src/compute/sk/
SkDevice_Compute.h 102 ClipType onGetClipType() const override {
220 ClipType onGetClipType() const override {
221 return fRoot->onGetClipType();
  /external/skqp/src/compute/sk/
SkDevice_Compute.h 102 ClipType onGetClipType() const override {
220 ClipType onGetClipType() const override {
221 return fRoot->onGetClipType();

Completed in 354 milliseconds