HomeSort by relevance Sort by last modified time
    Searched refs:GetTextFace (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/base/l10n/
l10n_util_win.cc 57 DWORD size_ret = GetTextFace(dc, LF_FACESIZE, actual_font_name);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_win.cc 130 GetTextFace(hdc.Get(), LF_FACESIZE, name);
  /external/chromium_org/ui/gfx/
platform_font_win.cc 182 // locale, GetTextFace() returns the localized name.
185 int length = GetTextFace(memory_dc.Get(), arraysize(localized_font_name),
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 104 if (0 == (fontNameLen = GetTextFace(deviceContext, 0, NULL))) {
106 if (0 == (fontNameLen = GetTextFace(deviceContext, 0, NULL))) {
112 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) {
114 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) {
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 104 if (0 == (fontNameLen = GetTextFace(deviceContext, 0, NULL))) {
106 if (0 == (fontNameLen = GetTextFace(deviceContext, 0, NULL))) {
112 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) {
114 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 530 milliseconds