Rename DistanceFieldTextureEffect.{cpp,h}
authorjvanverth <jvanverth@google.com>
Thu, 9 Apr 2015 15:00:49 +0000 (08:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 9 Apr 2015 15:00:49 +0000 (08:00 -0700)
BUG=skia:

Review URL: https://codereview.chromium.org/1073473005

gyp/gpu.gypi
src/gpu/GrAADistanceFieldPathRenderer.cpp
src/gpu/GrDistanceFieldTextContext.cpp
src/gpu/effects/GrDistanceFieldGeoProc.cpp [moved from src/gpu/effects/GrDistanceFieldTextureEffect.cpp with 99% similarity]
src/gpu/effects/GrDistanceFieldGeoProc.h [moved from src/gpu/effects/GrDistanceFieldTextureEffect.h with 100% similarity]

index a69eba1..ada8c84 100644 (file)
       '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
       '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp',
       '<(skia_src_path)/gpu/effects/GrDisableColorXP.h',
-      '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
-      '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
+      '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp',
+      '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h',
       '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
       '<(skia_src_path)/gpu/effects/GrDitherEffect.h',
       '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
index 0e59d24..510ea0e 100755 (executable)
@@ -16,7 +16,7 @@
 #include "GrSurfacePriv.h"
 #include "GrSWMaskHelper.h"
 #include "GrTexturePriv.h"
-#include "effects/GrDistanceFieldTextureEffect.h"
+#include "effects/GrDistanceFieldGeoProc.h"
 
 #include "SkDistanceFieldGen.h"
 #include "SkRTConf.h"
index fe2c993..b1120e4 100755 (executable)
@@ -28,7 +28,7 @@
 #include "SkPath.h"
 #include "SkRTConf.h"
 #include "SkStrokeRec.h"
-#include "effects/GrDistanceFieldTextureEffect.h"
+#include "effects/GrDistanceFieldGeoProc.h"
 
 SK_CONF_DECLARE(bool, c_DumpFontCache, "gpu.dumpFontCache", false,
                 "Dump the contents of the font cache before every purge.");
similarity index 99%
rename from src/gpu/effects/GrDistanceFieldTextureEffect.cpp
rename to src/gpu/effects/GrDistanceFieldGeoProc.cpp
index ad3be5f..34ea27b 100755 (executable)
@@ -5,7 +5,7 @@
  * found in the LICENSE file.
  */
 
-#include "GrDistanceFieldTextureEffect.h"
+#include "GrDistanceFieldGeoProc.h"
 #include "GrFontAtlasSizes.h"
 #include "GrInvariantOutput.h"
 #include "GrTexture.h"