Searched refs:faceName (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | fx_ge_fontmap.cpp | 83 CFX_ByteString faceName, in CFX_FontFaceInfo() argument 88 m_FaceName(faceName), in CFX_FontFaceInfo()
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.h | 79 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status); 80 …GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
|
D | GDIFontInstance.cpp | 110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorC… in GDIFontInstance() argument 158 lstrcpy(lf.lfFaceName, faceName); in GDIFontInstance() 195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEE… in GDIFontInstance() argument 246 strcpy(lf.lfFaceName, faceName); in GDIFontInstance()
|
/external/pdfium/core/fxge/ |
D | fx_font.h | 209 CFX_ByteString faceName,
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 2937 const char* faceName = s_faceNames[face]; in compareGenMipmapResult() local 2951 …log << tcu::TestLog::Message << "WARNING: Level " << levelNdx << ", face " << faceName << " compar… in compareGenMipmapResult() 2960 …log << tcu::TestLog::Message << "WARNING: Level " << levelNdx << ", face " << faceName <<" compari… in compareGenMipmapResult() 2973 …log << tcu::TestLog::Message << "ERROR: Level " << levelNdx << ", face " << faceName << " appears … in compareGenMipmapResult() 2979 …ing(faceNdx), string("Level ") + de::toString(levelNdx) + ", face " + string(faceName) + " result") in compareGenMipmapResult()
|