Loading core/jni/AndroidRuntime.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -237,8 +237,8 @@ AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) mArgBlockLength(argBlockLength) { SkGraphics::Init(); // There is also a global font cache, but its budget is specified in code // see SkFontHost_android.cpp // There is also a global font cache, but its budget is specified by // SK_DEFAULT_FONT_CACHE_COUNT_LIMIT and SK_DEFAULT_FONT_CACHE_LIMIT. // Pre-allocate enough space to hold a fair number of options. mOptions.setCapacity(20); Loading core/jni/android/graphics/HarfBuzzNGFaceSkia.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -33,11 +33,11 @@ #include "HarfBuzzNGFaceSkia.h" #include <cutils/log.h> #include <SkFontHost.h> #include <SkPaint.h> #include <SkPath.h> #include <SkPoint.h> #include <SkRect.h> #include <SkTypeface.h> #include <SkUtils.h> #include <hb.h> Loading Loading
core/jni/AndroidRuntime.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -237,8 +237,8 @@ AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) mArgBlockLength(argBlockLength) { SkGraphics::Init(); // There is also a global font cache, but its budget is specified in code // see SkFontHost_android.cpp // There is also a global font cache, but its budget is specified by // SK_DEFAULT_FONT_CACHE_COUNT_LIMIT and SK_DEFAULT_FONT_CACHE_LIMIT. // Pre-allocate enough space to hold a fair number of options. mOptions.setCapacity(20); Loading
core/jni/android/graphics/HarfBuzzNGFaceSkia.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -33,11 +33,11 @@ #include "HarfBuzzNGFaceSkia.h" #include <cutils/log.h> #include <SkFontHost.h> #include <SkPaint.h> #include <SkPath.h> #include <SkPoint.h> #include <SkRect.h> #include <SkTypeface.h> #include <SkUtils.h> #include <hb.h> Loading