aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gpu/GrAtlas.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/GrAtlas.cpp b/src/gpu/GrAtlas.cpp
index 668a73a695..349b47f620 100644
--- a/src/gpu/GrAtlas.cpp
+++ b/src/gpu/GrAtlas.cpp
@@ -60,11 +60,6 @@ static inline void adjust_for_offset(GrIPoint16* loc, const GrIPoint16& offset)
loc->fY += offset.fY * GR_ATLAS_HEIGHT;
}
-static inline uint8_t* zero_fill(uint8_t* ptr, size_t count) {
- sk_bzero(ptr, count);
- return ptr + count;
-}
-
bool GrPlot::addSubImage(int width, int height, const void* image,
GrIPoint16* loc) {
if (!fRects->addRect(width, height, loc)) {