180bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru/*
280bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru * Copyright 2011 Google Inc.
380bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru *
480bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru * Use of this source code is governed by a BSD-style license that can be
580bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru * found in the LICENSE file.
680bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru */
780bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru
880bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru#include "SkBlitRow.h"
980bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru
1080bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru// Platform impl of Platform_procs with no overrides
1180bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru
1280bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste QueruSkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) {
1380bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru    return NULL;
1480bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru}
1580bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru
1680bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste QueruSkBlitRow::Proc32 SkBlitRow::PlatformProcs32(unsigned flags) {
1780bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru    return NULL;
1880bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru}
1980bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru
2080bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste QueruSkBlitRow::ColorProc SkBlitRow::PlatformColorProc() {
2180bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru    return NULL;
2280bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru}
2380bacfeb4bda06541e8695bd502229727bccfeaJean-Baptiste Queru
2458190644c30e1c4aa8e527f3503c58f841e0fcf3Derek SollenbergerSkBlitRow::ColorRectProc PlatformColorRectProcFactory() {
2558190644c30e1c4aa8e527f3503c58f841e0fcf3Derek Sollenberger    return NULL;
2658190644c30e1c4aa8e527f3503c58f841e0fcf3Derek Sollenberger}
27