Home
last modified time | relevance | path

Searched refs:SkAutoFcConfig (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/ports/
DSkFontMgr_fontconfig.cpp115 typedef SkAutoFc<FcConfig, FcConfigCreate, FcConfigDestroy> SkAutoFcConfig; typedef
221 SkAutoFcConfig config; in is_weak()
565 mutable SkAutoFcConfig fFC; // Only mutable to avoid const cast when passed to FontConfig API.
/third_party/flutter/skia/src/ports/
DSkFontMgr_fontconfig.cpp139 typedef SkAutoFc<FcConfig, FcConfigCreate, FcConfigDestroy> SkAutoFcConfig; typedef
245 SkAutoFcConfig config; in is_weak()
579 mutable SkAutoFcConfig fFC; // Only mutable to avoid const cast when passed to FontConfig API.