Lines Matching refs:Options
29 get_gray_to_8888_proc(const SkScaledBitmapSampler::Options& opts) {
46 get_RGBx_to_8888_proc(const SkScaledBitmapSampler::Options& opts) {
98 get_RGBA_to_8888_proc(const SkScaledBitmapSampler::Options& opts) {
138 get_gray_to_565_proc(const SkScaledBitmapSampler::Options& opts) {
171 get_RGBx_to_565_proc(const SkScaledBitmapSampler::Options& opts) {
193 get_565_to_565_proc(const SkScaledBitmapSampler::Options& opts) {
226 get_gray_to_4444_proc(const SkScaledBitmapSampler::Options& opts) {
260 get_RGBx_to_4444_proc(const SkScaledBitmapSampler::Options& opts) {
343 get_RGBA_to_4444_proc(const SkScaledBitmapSampler::Options& opts) {
398 get_index_to_8888_proc(const SkScaledBitmapSampler::Options& opts) {
438 get_index_to_565_proc(const SkScaledBitmapSampler::Options& opts) {
515 get_index_to_4444_proc(const SkScaledBitmapSampler::Options& opts) {
548 get_index_to_index_proc(const SkScaledBitmapSampler::Options& opts) {
571 get_gray_to_A8_proc(const SkScaledBitmapSampler::Options& opts) {
579 typedef SkScaledBitmapSampler::RowProc (*RowProcChooser)(const SkScaledBitmapSampler::Options&);
627 const Options& opts,
733 return this->begin(dst, sc, Options(decoder), ctable);