mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
minikin: use log/log.h when utilizing ALOG macros
am: 707bbae8ff Change-Id: Ia5fd49e48b3223a708739782d6694d63d2932e48
This commit is contained in:
commit
02c6dfea83
@ -20,7 +20,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
#include "unicode/unistr.h"
|
||||
#include "unicode/unorm2.h"
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
#include <utils/JenkinsHash.h>
|
||||
|
||||
#include <hb.h>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include <unicode/uloc.h>
|
||||
#include <unordered_set>
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
#include "FontLanguage.h"
|
||||
#include "MinikinInternal.h"
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
#include "HbFontCache.h"
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
#include <utils/LruCache.h>
|
||||
|
||||
#include <hb.h>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#include <unicode/ubidi.h>
|
||||
#include <vector>
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
#include <utils/JenkinsHash.h>
|
||||
#include <utils/LruCache.h>
|
||||
#include <utils/Singleton.h>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
#include <limits>
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
#include <minikin/Layout.h>
|
||||
#include <minikin/LineBreaker.h>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include "HbFontCache.h"
|
||||
#include "generated/UnicodeData.h"
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
#include <minikin/SparseBitSet.h>
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
#include <libxml/tree.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
#include "FontLanguage.h"
|
||||
#include "MinikinFontForTest.h"
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
#include <SkTypeface.h>
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
MinikinFontForTest::MinikinFontForTest(const std::string& font_path) :
|
||||
MinikinFontForTest(font_path, SkTypeface::CreateFromFile(font_path.c_str())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user