blob: f26ee783bdba23f6fca2e092b61219a0e6e59ac4 [file] [log] [blame]
commit-bot@chromium.orgcba73782014-05-29 15:57:47 +00001/*
2 * Copyright 2014 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
commit-bot@chromium.orge997c262013-08-28 15:07:58 +00007
8#include "SkBlitMask.h"
9
commit-bot@chromium.orge997c262013-08-28 15:07:58 +000010SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) {
halcanary96fcdcc2015-08-27 07:41:13 -070011 return nullptr;
commit-bot@chromium.orge997c262013-08-28 15:07:58 +000012}
13
commit-bot@chromium.orgcba73782014-05-29 15:57:47 +000014SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkColorType dstCT,
commit-bot@chromium.orge997c262013-08-28 15:07:58 +000015 SkMask::Format maskFormat,
16 RowFlags flags) {
halcanary96fcdcc2015-08-27 07:41:13 -070017 return nullptr;
commit-bot@chromium.orge997c262013-08-28 15:07:58 +000018}