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/chromium_org/third_party/skia/src/ports/
SkFontMgr_win_dw.cpp
335
DWriteFontTypeface*
cshFace
= reinterpret_cast<DWriteFontTypeface*>(cached);
340
HRB(are_same(
cshFace
->fDWriteFont.get(), ctxFace->fDWriteFont, same));
345
HRB(are_same(
cshFace
->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same));
353
HRB(
cshFace
->fDWriteFontFace->GetFiles(&cshNumFiles, NULL));
361
HRB(
cshFace
->fDWriteFontFace->GetFiles(&cshNumFiles, &cshFontFile));
392
HRB(
cshFace
->fDWriteFontFamily->GetFamilyNames(&cshFamilyNames));
393
HRB(
cshFace
->fDWriteFont->GetFaceNames(&cshFaceNames));
SkFontMgr_fontconfig.cpp
575
SkTypeface_fontconfig*
cshFace
= static_cast<SkTypeface_fontconfig*>(cached);
577
return FcTrue == FcPatternEqual(
cshFace
->fPattern, ctxPattern);
[
all
...]
Completed in 874 milliseconds