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

  /external/pdfium/core/src/fxge/ge/
text_int.h 63 CFX_ByteString faceName,
68 m_FaceName(faceName),
fx_ge_font.cpp 395 CFX_ByteString facename; local
397 facename = GetFamilyName();
398 if (facename.IsEmpty()) {
399 facename = "Untitled";
402 facename += " " + style;
404 return facename;
fx_ge_fontmap.cpp 1425 CFX_ByteString facename = GetNameFromTT(names, 1); local
    [all...]
  /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);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
swt.go 51 facename *Node // node for the concrete type of the variable being switched on
539 s.facename = temp(cond.Right.Type)
541 a := Nod(OAS, s.facename, cond.Right)
552 casebody(sw, s.facename)
563 a.List = list1(s.facename)
586 a.Left = Nod(OEQ, s.facename, nodlit(v))
665 b := Nod(ODOTTYPE, s.facename, nil)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
swt.go 48 facename *Node // node for the concrete type of the variable being switched on
536 s.facename = temp(cond.Right.Type)
538 a := Nod(OAS, s.facename, cond.Right)
549 casebody(sw, s.facename)
560 a.List = list1(s.facename)
583 a.Left = Nod(OEQ, s.facename, nodlit(v))
662 b := Nod(ODOTTYPE, s.facename, nil)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
swt.go 51 facename *Node // node for the concrete type of the variable being switched on
539 s.facename = temp(cond.Right.Type)
541 a := Nod(OAS, s.facename, cond.Right)
552 casebody(sw, s.facename)
563 a.List = list1(s.facename)
586 a.Left = Nod(OEQ, s.facename, nodlit(v))
665 b := Nod(ODOTTYPE, s.facename, nil)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
swt.go 48 facename *Node // node for the concrete type of the variable being switched on
536 s.facename = temp(cond.Right.Type)
538 a := Nod(OAS, s.facename, cond.Right)
549 casebody(sw, s.facename)
560 a.List = list1(s.facename)
583 a.Left = Nod(OEQ, s.facename, nodlit(v))
662 b := Nod(ODOTTYPE, s.facename, nil)
  /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 4691 milliseconds