Searched defs:faceName (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status) argument
158 lstrcpy(lf.lfFaceName, faceName);
195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status) argument
246 strcpy(lf.lfFaceName, faceName);
/external/pdfium/core/fxge/
H A Dcfx_folderfontinfo.cpp388 ByteString faceName,
393 m_FaceName(faceName),
387 FontFaceInfo(ByteString filePath, ByteString faceName, ByteString fontTables, uint32_t fontOffset, uint32_t fileSize) argument

Completed in 113 milliseconds