Searched refs:resolvedFace (Results 1 – 2 of 2) sorted by relevance
112 TypefaceImpl* resolvedFace = TypefaceImpl_resolveDefault(src); in TypefaceImpl_createFromTypeface() local115 result->fFontCollection = resolvedFace->fFontCollection; in TypefaceImpl_createFromTypeface()118 result->fBaseWeight = resolvedFace->fBaseWeight; in TypefaceImpl_createFromTypeface()125 TypefaceImpl* resolvedFace = TypefaceImpl_resolveDefault(src); in TypefaceImpl_createWeightAlias() local128 result->fFontCollection = resolvedFace->fFontCollection; in TypefaceImpl_createWeightAlias()130 result->fSkiaStyle = resolvedFace->fSkiaStyle; in TypefaceImpl_createWeightAlias()
43 TypefaceImpl* resolvedFace = TypefaceImpl_resolveDefault(typeface); in doLayout() local44 layout->setFontCollection(resolvedFace->fFontCollection); in doLayout()45 FontStyle resolved = resolvedFace->fStyle; in doLayout()