Searched refs:fColorSampleCounts (Results 1 – 8 of 8) sorted by relevance
640 fColorSampleCounts.push_back(1); in initSampleCounts()647 fColorSampleCounts.push_back(2); in initSampleCounts()650 fColorSampleCounts.push_back(4); in initSampleCounts()653 fColorSampleCounts.push_back(8); in initSampleCounts()656 fColorSampleCounts.push_back(16); in initSampleCounts()659 fColorSampleCounts.push_back(32); in initSampleCounts()662 fColorSampleCounts.push_back(64); in initSampleCounts()682 int count = fConfigTable[config].fColorSampleCounts.count(); in getRenderTargetSampleCount()689 SkASSERT(fConfigTable[config].fColorSampleCounts.count() && in getRenderTargetSampleCount()690 fConfigTable[config].fColorSampleCounts[0] == 1); in getRenderTargetSampleCount()[all …]
209 SkTDArray<int> fColorSampleCounts; member
701 fColorSampleCounts.push_back(1); in initSampleCounts()708 fColorSampleCounts.push_back(2); in initSampleCounts()711 fColorSampleCounts.push_back(4); in initSampleCounts()714 fColorSampleCounts.push_back(8); in initSampleCounts()717 fColorSampleCounts.push_back(16); in initSampleCounts()720 fColorSampleCounts.push_back(32); in initSampleCounts()723 fColorSampleCounts.push_back(64); in initSampleCounts()744 int count = fConfigTable[config].fColorSampleCounts.count(); in getRenderTargetSampleCount()751 SkASSERT(fConfigTable[config].fColorSampleCounts.count() && in getRenderTargetSampleCount()752 fConfigTable[config].fColorSampleCounts[0] == 1); in getRenderTargetSampleCount()[all …]
222 SkTDArray<int> fColorSampleCounts; member
2057 fConfigTable[i].fColorSampleCounts.setCount(count+1); in initConfigTable()2060 fConfigTable[i].fColorSampleCounts[0] = 1; in initConfigTable()2062 fConfigTable[i].fColorSampleCounts[j+1] = temp[count - j - 1]; in initConfigTable()2086 fConfigTable[i].fColorSampleCounts.append(count, kDefaultSamples); in initConfigTable()2090 fConfigTable[i].fColorSampleCounts.setCount(1); in initConfigTable()2091 fConfigTable[i].fColorSampleCounts[0] = 1; in initConfigTable()2878 int count = fConfigTable[config].fColorSampleCounts.count(); in getRenderTargetSampleCount()2884 return fConfigTable[config].fColorSampleCounts[0] == 1 ? 1 : 0; in getRenderTargetSampleCount()2888 if (fConfigTable[config].fColorSampleCounts[i] >= requestedCount) { in getRenderTargetSampleCount()2889 int count = fConfigTable[config].fColorSampleCounts[i]; in getRenderTargetSampleCount()[all …]
579 SkTDArray<int> fColorSampleCounts; member
2075 fConfigTable[i].fColorSampleCounts.setCount(count+1); in initConfigTable()2078 fConfigTable[i].fColorSampleCounts[0] = 1; in initConfigTable()2080 fConfigTable[i].fColorSampleCounts[j+1] = temp[count - j - 1]; in initConfigTable()2104 fConfigTable[i].fColorSampleCounts.append(count, kDefaultSamples); in initConfigTable()2108 fConfigTable[i].fColorSampleCounts.setCount(1); in initConfigTable()2109 fConfigTable[i].fColorSampleCounts[0] = 1; in initConfigTable()2902 int count = fConfigTable[config].fColorSampleCounts.count(); in getRenderTargetSampleCount()2908 return fConfigTable[config].fColorSampleCounts[0] == 1 ? 1 : 0; in getRenderTargetSampleCount()2912 if (fConfigTable[config].fColorSampleCounts[i] >= requestedCount) { in getRenderTargetSampleCount()2913 int count = fConfigTable[config].fColorSampleCounts[i]; in getRenderTargetSampleCount()[all …]