Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f5dab3f authored by Romain Guy's avatar Romain Guy
Browse files

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
parent 9fc4b356
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@ include $(CLEAR_VARS)
ifeq ($(USE_OPENGL_RENDERER),true)
	LOCAL_SRC_FILES:= \
		utils/SortedListImpl.cpp \
		font/CacheTexture.cpp \
		font/Font.cpp \
		FontRenderer.cpp \
		GammaFontRenderer.cpp \
		Caches.cpp \
+11 −579

File changed.

Preview size limit exceeded, changes collapsed.

+4 −250

File changed.

Preview size limit exceeded, changes collapsed.

+172 −0

File added.

Preview size limit exceeded, changes collapsed.

+122 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading