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
102
int
fontNameLen
; //length of fontName in TCHARS.
103
if (0 == (
fontNameLen
= GetTextFace(deviceContext, 0, NULL))) {
105
if (0 == (
fontNameLen
= GetTextFace(deviceContext, 0, NULL))) {
106
fontNameLen
= 0;
110
SkAutoSTArray<LF_FULLFACESIZE, TCHAR> fontName(
fontNameLen
+1);
111
if (0 == GetTextFace(deviceContext,
fontNameLen
, fontName.get())) {
113
if (0 == GetTextFace(deviceContext,
fontNameLen
, fontName.get())) {
[
all
...]
/external/skia/src/ports/
SkFontHost_win.cpp
102
int
fontNameLen
; //length of fontName in TCHARS.
103
if (0 == (
fontNameLen
= GetTextFace(deviceContext, 0, NULL))) {
105
if (0 == (
fontNameLen
= GetTextFace(deviceContext, 0, NULL))) {
106
fontNameLen
= 0;
110
SkAutoSTArray<LF_FULLFACESIZE, TCHAR> fontName(
fontNameLen
+1);
111
if (0 == GetTextFace(deviceContext,
fontNameLen
, fontName.get())) {
113
if (0 == GetTextFace(deviceContext,
fontNameLen
, fontName.get())) {
[
all
...]
Completed in 112 milliseconds