OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cshFace
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/ports/
SkFontMgr_win_dw.cpp
358
DWriteFontTypeface*
cshFace
= reinterpret_cast<DWriteFontTypeface*>(cached);
363
HRB(are_same(
cshFace
->fDWriteFont.get(), ctxFace->fDWriteFont, same));
368
HRB(are_same(
cshFace
->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same));
376
HRB(
cshFace
->fDWriteFontFace->GetFiles(&cshNumFiles, nullptr));
384
HRB(
cshFace
->fDWriteFontFace->GetFiles(&cshNumFiles, &cshFontFile));
415
HRB(
cshFace
->fDWriteFontFamily->GetFamilyNames(&cshFamilyNames));
416
HRB(
cshFace
->fDWriteFont->GetFaceNames(&cshFaceNames));
[
all
...]
SkFontMgr_fontconfig.cpp
576
SkTypeface_fontconfig*
cshFace
= static_cast<SkTypeface_fontconfig*>(cached);
578
return FcTrue == FcPatternEqual(
cshFace
->fPattern, ctxPattern);
[
all
...]
Completed in 46 milliseconds