Searched refs:isLogging (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/core/ |
D | SkTypeface_remote.cpp | 28 if (this->getProxyTypeface()->isLogging()) { in generateMetrics() 40 if (this->getProxyTypeface()->isLogging()) { in generateImage() 52 if (this->getProxyTypeface()->isLogging()) { in generatePath() 64 if (this->getProxyTypeface()->isLogging()) { in generateFontMetrics()
|
D | SkTypeface_remote.h | 51 bool isLogging = true) 55 , fIsLogging{isLogging} 60 bool isLogging() const {return fIsLogging;} in isLogging() function
|
D | SkRemoteGlyphCache.cpp | 883 bool isLogging = true, 903 bool isLogging, in SkStrikeClientImpl() argument 907 fIsLogging{isLogging} {} 1080 bool isLogging, in SkStrikeClient() argument 1082 : fImpl{new SkStrikeClientImpl{std::move(discardableManager), isLogging, strikeCache}} {} in SkStrikeClient()
|
D | SkRemoteGlyphCache.h | 133 bool isLogging = true,
|
/third_party/flutter/skia/src/core/ |
D | SkTypeface_remote.cpp | 40 if (this->getProxyTypeface()->isLogging()) { in generateMetrics() 72 if (this->getProxyTypeface()->isLogging()) { in generateImage() 83 if (this->getProxyTypeface()->isLogging()) { in generatePath() 100 if (this->getProxyTypeface()->isLogging()) { in generateFontMetrics()
|
D | SkTypeface_remote.h | 55 bool isLogging = true) 59 , fIsLogging{isLogging} 63 bool isLogging() const {return fIsLogging;} in isLogging() function
|
D | SkRemoteGlyphCache.h | 220 bool isLogging = true,
|
D | SkRemoteGlyphCache.cpp | 728 bool isLogging, in SkStrikeClient() argument 732 , fIsLogging{isLogging} {}
|