copy/paste error. don't use s.
git-svn-id: http://skia.googlecode.com/svn/trunk@10243 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
d761e3295c
commit
b4a57f82c0
@ -200,7 +200,7 @@ void SkBitmapProcState::platformProcs() {
|
|||||||
switch (fBitmap->config()) {
|
switch (fBitmap->config()) {
|
||||||
case SkBitmap::kIndex8_Config:
|
case SkBitmap::kIndex8_Config:
|
||||||
#if SK_ARM_ARCH >= 6 && !defined(SK_CPU_BENDIAN)
|
#if SK_ARM_ARCH >= 6 && !defined(SK_CPU_BENDIAN)
|
||||||
if (justDx && SkPaint::kNone_FilterLevel == s.fFilterLevel) {
|
if (justDx && SkPaint::kNone_FilterLevel == fFilterLevel) {
|
||||||
#if 0 /* crashing on android device */
|
#if 0 /* crashing on android device */
|
||||||
fSampleProc16 = SI8_D16_nofilter_DX_arm;
|
fSampleProc16 = SI8_D16_nofilter_DX_arm;
|
||||||
fShaderProc16 = NULL;
|
fShaderProc16 = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user