Searched defs:canCopyTo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp1007 bool SkBitmap::canCopyTo(Config dstConfig) const { function in class:SkBitmap
1039 if (!this->canCopyTo(dstConfig)) {
1146 if (!this->canCopyTo(dstConfig)) {
/external/skia/src/core/
H A DSkBitmap.cpp1007 bool SkBitmap::canCopyTo(Config dstConfig) const { function in class:SkBitmap
1039 if (!this->canCopyTo(dstConfig)) {
1146 if (!this->canCopyTo(dstConfig)) {

Completed in 103 milliseconds