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

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

Completed in 89 milliseconds