Lines Matching defs:sampleSize
545 SkAlphaType dstAlphaType, int sampleSize) {
571 if (1 != sampleSize) {
572 folder.appendf("_%.3f", 1.0f / (float) sampleSize);
575 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize);
615 uint32_t sampleSize) {
639 if (1 != sampleSize) {
640 folder.appendf("_%.3f", 1.0f / (float) sampleSize);
643 BRDSrc* src = new BRDSrc(path, mode, dstColorType, sampleSize);
649 // Only run grayscale to one sampleSize and Mode. Though interesting
652 // Arbitrarily choose Mode and sampleSize.
666 for (uint32_t sampleSize : sampleSizes) {
668 push_brd_src(path, CodecSrc::kGetFromCanvas_DstColorType, mode, sampleSize);
776 for (int sampleSize : sampleSizes) {
781 if (CodecSrc::kNonNative8888_Always_DstColorType == colorType && sampleSize > 3) {
785 push_android_codec_src(path, colorType, alphaType, sampleSize);