Searched defs:isTextureBacked (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkSpecialImage.cpp135 bool SkSpecialImage::isTextureBacked() const { function in class:SkSpecialImage
/external/skqp/src/core/
H A DSkSpecialImage.cpp135 bool SkSpecialImage::isTextureBacked() const { function in class:SkSpecialImage
/external/skia/src/image/
H A DSkImage.cpp159 bool SkImage::isTextureBacked() const { return SkToBool(as_IB(this)->peekProxy()); } function in class:SkImage
177 bool SkImage::isTextureBacked() const { return false; } function in class:SkImage
314 if (!this->isTextureBacked()) {
/external/skqp/src/image/
H A DSkImage.cpp159 bool SkImage::isTextureBacked() const { return SkToBool(as_IB(this)->peekProxy()); } function in class:SkImage
177 bool SkImage::isTextureBacked() const { return false; } function in class:SkImage
316 if (!this->isTextureBacked()) {

Completed in 357 milliseconds