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

  /external/skia/include/core/
SkBitmap.h 504 bool canCopyTo(Config newConfig) const;
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 845 bool SkBitmap::canCopyTo(Config dstConfig) const {
876 if (!this->canCopyTo(dstConfig)) {
957 if (!this->canCopyTo(dstConfig)) {
    [all...]
  /external/skia/tests/
BitmapCopyTest.cpp 284 bool canSucceed = src.canCopyTo(gPairs[j].fConfig);
287 str.printf("SkBitmap::copyTo from %s to %s. returned %s canCopyTo %s",

Completed in 28 milliseconds