OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp
65
SkTypeface*
currFace
= curr->fFace;
66
if (proc(
currFace
, curr->fRequestedStyle, ctx)) {
68
currFace
->ref();
69
return
currFace
;
70
} else if (
currFace
->try_ref()) {
71
return
currFace
;
73
//remove
currFace
from fArray?
/external/skia/src/core/
SkTypefaceCache.cpp
65
SkTypeface*
currFace
= curr->fFace;
66
if (proc(
currFace
, curr->fRequestedStyle, ctx)) {
68
currFace
->ref();
69
return
currFace
;
70
} else if (
currFace
->try_ref()) {
71
return
currFace
;
73
//remove
currFace
from fArray?
Completed in 87 milliseconds