Searched refs:samplePatternKey (Results 1 – 3 of 3) sorted by relevance
26 const SkTArray<SkPoint>& retrieveSampleLocations(int samplePatternKey) const { in retrieveSampleLocations() argument27 return *fSampleLocationsArray[samplePatternKey]; in retrieveSampleLocations()
49 int samplePatternKey = this->getSamplePatternKey(); in getSampleLocations() local50 return fRenderTarget->getGpu()->retrieveSampleLocations(samplePatternKey); in getSampleLocations()
316 const SkTArray<SkPoint>& retrieveSampleLocations(int samplePatternKey) const { in retrieveSampleLocations() argument317 return fSamplePatternDictionary.retrieveSampleLocations(samplePatternKey); in retrieveSampleLocations()