Lines Matching refs:getConfig
460 ComputeRowBytes(getConfig(), fWidth): 0); in getSafeSize()
464 return ComputeSafeSize64(getConfig(), fWidth, fHeight, fRowBytes); in getSafeSize64()
474 if (getConfig() == kRLE_Index8_Config || in copyPixelsTo()
475 dstRowBytes < ComputeRowBytes(getConfig(), fWidth) || in copyPixelsTo()
494 if (ComputeSafeSize(getConfig(), fWidth, fHeight, dstRowBytes) > in copyPixelsTo()
499 uint32_t rowBytes = ComputeRowBytes(getConfig(), fWidth); in copyPixelsTo()
843 switch (bm.getConfig()) { in getSubOffset()
882 switch (bm.getConfig()) { in getUpperLeftFromOffset()
997 if (this->getConfig() == kNo_Config) { in canCopyTo()
1019 if (this->getConfig() == kA1_Config && !sameConfigs) { in canCopyTo()
1282 const SkBitmap::Config config = this->getConfig(); in buildMipMap()
1421 SkBitmap::Config config = src.getConfig(); in GetBitmapAlpha()