HomeSort by relevance Sort by last modified time
    Searched full:facename (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.h 73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74 GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status);
GDIFontInstance.cpp 104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status)
152 lstrcpy(lf.lfFaceName, faceName);
189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status)
240 strcpy(lf.lfFaceName, faceName);
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 324 CFX_ByteString facename; local
326 facename = GetFamilyName();
327 if (facename.IsEmpty()) {
328 facename = "Untitled";
331 facename += " " + style;
333 return facename;
fx_ge_fontmap.cpp 1403 CFX_ByteString facename = _FPDF_GetNameFromTT(names, 1); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9core.h 108 CHAR FaceName[LF_FACESIZE];
122 WCHAR FaceName[LF_FACESIZE];
484 const char *facename, struct ID3DXFont **font);
487 const WCHAR *facename, struct ID3DXFont **font);
wincon.h 299 WCHAR FaceName[LF_FACESIZE];
shlobj.h 405 WCHAR FaceName[LF_FACESIZE];
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]

Completed in 304 milliseconds