OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fontNameLen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp
103
int
fontNameLen
; //length of fontName in TCHARS.
104
if (0 == (
fontNameLen
= GetTextFace(deviceContext, 0, NULL))) {
106
if (0 == (
fontNameLen
= GetTextFace(deviceContext, 0, NULL))) {
107
fontNameLen
= 0;
111
SkAutoSTArray<LF_FULLFACESIZE, TCHAR> fontName(
fontNameLen
+1);
112
if (0 == GetTextFace(deviceContext,
fontNameLen
, fontName.get())) {
114
if (0 == GetTextFace(deviceContext,
fontNameLen
, fontName.get())) {
[
all
...]
/external/skia/src/ports/
SkFontHost_win.cpp
103
int
fontNameLen
; //length of fontName in TCHARS.
104
if (0 == (
fontNameLen
= GetTextFace(deviceContext, 0, NULL))) {
106
if (0 == (
fontNameLen
= GetTextFace(deviceContext, 0, NULL))) {
107
fontNameLen
= 0;
111
SkAutoSTArray<LF_FULLFACESIZE, TCHAR> fontName(
fontNameLen
+1);
112
if (0 == GetTextFace(deviceContext,
fontNameLen
, fontName.get())) {
114
if (0 == GetTextFace(deviceContext,
fontNameLen
, fontName.get())) {
[
all
...]
Completed in 1004 milliseconds