OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:facelength
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp
75
int
faceLength
= GetTextFace(dc, 0, 0);
76
Vector<WCHAR> faceName(
faceLength
);
77
GetTextFace(dc,
faceLength
, faceName.data());
Completed in 25 milliseconds