Home
last modified time | relevance | path

Searched refs:cshFaceNameLength (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp493 UINT32 cshFaceNameLength; in FindByDWriteFont() local
495 HRB(cshFaceNames->GetStringLength(0, &cshFaceNameLength)); in FindByDWriteFont()
507 cshFaceNameLength != ctxFaceNameLength) in FindByDWriteFont()
513 SkSMallocWCHAR cshFaceName(cshFaceNameLength+1); in FindByDWriteFont()
515 HRB(cshFaceNames->GetString(0, cshFaceName.get(), cshFaceNameLength+1)); in FindByDWriteFont()

Completed in 3 milliseconds