OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFontScalerKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h
34
const GrFontDescKey* getFontScalerKey() const { return
fFontScalerKey
; }
53
return *(ts.
fFontScalerKey
);
66
const GrFontDescKey*
fFontScalerKey
;
GrTextStrike.cpp
127
fCache.remove(*(strike->
fFontScalerKey
));
233
fFontScalerKey
= key;
234
fFontScalerKey
->ref();
248
fFontScalerKey
->unref();
Completed in 36 milliseconds