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 637 bool canCopyTo(SkColorType colorType) const;
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 786 bool SkBitmap::canCopyTo(SkColorType dstColorType) const {
833 if (!this->canCopyTo(dstColorType)) {
920 if (!this->canCopyTo(dstCT)) {
    [all...]
  /external/skia/tests/
BitmapCopyTest.cpp 287 bool canSucceed = srcPremul.canCopyTo(gPairs[j].fColorType);
290 "canCopyTo %s", gColorTypeName[i], gColorTypeName[j],

Completed in 143 milliseconds