Skip to content

Commit 9f5dab3

Browse files
author
Romain Guy
committed
Refactor FontRenderer.cpp
FontRenderer.h defined several classes and structures that now live in the font/ folder. This will make the code easier to read and maintain. Change-Id: I3dc044e9bde1d6515f8704f5c72462877d279fe2
1 parent 9fc4b35 commit 9f5dab3

File tree

9 files changed

+1005
-829
lines changed

9 files changed

+1005
-829
lines changed

libs/hwui/Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include $(CLEAR_VARS)
66
ifeq ($(USE_OPENGL_RENDERER),true)
77
LOCAL_SRC_FILES:= \
88
utils/SortedListImpl.cpp \
9+
font/CacheTexture.cpp \
10+
font/Font.cpp \
911
FontRenderer.cpp \
1012
GammaFontRenderer.cpp \
1113
Caches.cpp \

0 commit comments

Comments
 (0)