Searched refs:fUseCropRect (Results 1 – 2 of 2) sorted by relevance
47 ImageAlphaThresholdGM(bool useCropRect) : fUseCropRect(useCropRect) { in ImageAlphaThresholdGM()54 if (fUseCropRect) { in onShortName()76 SkPaint paint = create_filter_paint(fUseCropRect ? &cropRect : nullptr); in onDraw()84 bool fUseCropRect; member in ImageAlphaThresholdGM